代码之家  ›  专栏  ›  技术社区  ›  Rudiger

无法为UIBarButtonSystemItem设置颜色

  •  2
  • Rudiger  · 技术社区  · 14 年前

    UIBarButtonItem *overlays = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemPageCurl target:self action:@selector(overlays)];
    
    2 回复  |  直到 14 年前
        1
  •  0
  •   Rudiger    14 年前

    我必须创建自己的按钮。似乎有点bug,initWithBarButtonSystemItem默认返回标准颜色。很少有人要求苹果公司来解决这个问题,但到目前为止还没有什么好运气。

        2
  •  0
  •   Trevor    13 年前

    我知道这是旧的,但按钮的颜色取决于导航栏的颜色。必须像以前一样创建自定义按钮。这很可能是苹果公司的一笔交易。