Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何自定义表格视图的导航栏?一个示例(不限于)将是 Google Drive 的黑条。此外,其他应用程序具有带图像的导航栏!我可以自定义哪些其他属性以及如何自定义?谢谢!
你可以改变颜色
[self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:153.0f/255.0f green:153.0f/255.0f blue: alpha:1]];
这是一个重复的问题,也是一个常见问题/回答问题:
自定义 UINavigationBar 背景