I have an app that sometimes needs its navigation bar to blend in with the content.
Does anyone know how to get rid of or to change color of this annoying little bar?
On the image below situation i have - i'm talking about this 1px height line below "Root View Controller"
For iOS 9 users, this worked for me. just add this:
In Swift 3 we do this way
For any view controller:
For an entire app:
Below can help simply!
Swift:
Objective C:
pxpgraphics' solution updated for Swift 2.0
pxpgraphics's answer for Swift 3.0.