How can I customize the navigation bar of a table view? An example, not limited to, would be Google Drive's black bar. Additionally, other apps have navigation bars with images! What other properties can I customize and HOW? Thank you!
Asked
Active
Viewed 136 times
2 Answers
0
This is a repeat question, and a commonly asked/answered question also:
-
Are there any presets to creating like a BLACK header for navigation bar? Thanks! – waylonion Oct 01 '12 at 21:51
0
You can change the color
[self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:153.0f/255.0f green:153.0f/255.0f blue: alpha:1]];

Solidus
- 251
- 2
- 10