Reputation: 69
How can I put silver with black text of back button
of navigation bar
in ios6
? please answer quick.
Upvotes: 0
Views: 120
Reputation: 367
[[UINavigationBar appearance] setShadowImage:[UIImage imageNamed:@"navBarShadow"]];
also refer to this tutorial, It'll help you a lot.
Upvotes: 1