Reputation: 6954
I have used navigation bar category to color my navigation bar. All works fine. But when I add mail composer picker, navigation bar gets coloured but buttons are default blue. How can I change those?
I have used image in navigation bar in category.
Upvotes: 1
Views: 1151
Reputation: 6954
mailer.navigationBar.tintColor = [UIColor yourColor];
This might help you :)
Upvotes: 2