Vipin
Vipin

Reputation: 4728

change the color of the Navigation item

i am using SplitView Controller in my app.there is a Run options navigation item in my Split view.i cant able to change the color of the Navigation item.

how can i do this.can any one tell me a good way to do it?

Upvotes: 2

Views: 2414

Answers (1)

Aadil
Aadil

Reputation: 703

Try this on out,

[self.navigationController.navigationBar setTintColor:[UIColor blackColor]];

see also this link

Upvotes: 3

Related Questions