DivineDesert
DivineDesert

Reputation: 6954

Change color of navigation buttons of default mail composer

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

Answers (1)

DivineDesert
DivineDesert

Reputation: 6954

mailer.navigationBar.tintColor = [UIColor yourColor];

This might help you :)

Upvotes: 2

Related Questions