[self.navigationItem setLeftBarButtonItem:leftButton]; 这样设置在ios7上button默认是蓝色
解决方法:
leftButton.tintColor = [UIColor whiteColor];