0

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!

pnuts
  • 58,317
  • 11
  • 87
  • 139
waylonion
  • 6,866
  • 8
  • 51
  • 92

2 Answers2

0

This is a repeat question, and a commonly asked/answered question also:

Custom UINavigationBar Background

Community
  • 1
  • 1
Brayden
  • 1,795
  • 14
  • 20
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