How to set the colour in a UINavigationBar
Since Xcode 5 and iOS 7 the default appearance of a UINavigationBar is black translucent. This even affects the same app running in iOS 6. Black opaque is deprecated and can no longer be set in Interface Builder. However, you can set the appearance for all nav bars by putting this little gem in your […]