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"
I Just created an extension for this... Sorry about formatting (this is my first answer).
Usage:
Extension:
Simple solution in swift
Swift put this
in
The swift way to do it:
Another option if you want to preserve translucency and you don't want to subclass every
UINavigationController
in your app:Objective C Answer to Above Question
// removing 1px line of navigation bar