ios7 UIBarButtonItem 默认蓝色

[self.navigationItem setLeftBarButtonItem:leftButton]; 这样设置在ios7上button默认是蓝色

解决方法:

leftButton.tintColor = [UIColor whiteColor];

posted @ 2017-07-07 18:01  wzzkaifa  阅读(419)  评论(0编辑  收藏  举报