且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iPhone iOS如何按需重绘UINavigationBar?

更新时间:2023-02-05 22:32:50

难道你不能只设置 NavigationBar tintColor 吗?这应该工作:

Can't you just set the tintColor of the NavigationBar? That should work:

self.navigationController.navigationBar.tintColor = [UIColor redColor];