I have a multiple View Controllers and i want to set the font color of all to red.
[[UINavigationBar appearance] setFont:[UIFont boldSystemFontOfSize:12.0]];
is throwing an unrecognized selector error.
please give a code, to help fix the following.
From Ray Wenderlich:
http://www.raywenderlich.com/4344/user-interface-customization-in-ios-5
Or if you prefer with the object literal style:
Edit for iOS 7 and following
UITextAttributes are deprecate as iOS 7 you can use the following :