Is it possible to remove UINavigationItem's border? My view under black nav. bar is black and i don't want no visual border between them.
To make it clearer (image is not from my app):
Is it possible to remove UINavigationItem's border? My view under black nav. bar is black and i don't want no visual border between them.
To make it clearer (image is not from my app):
in iOS6,you can hide it by set a clearColor Image to UINavigationBar's shadowImage.
check it here Remove the dark Line at the bottom of Navigationbar/Searchbar
You can't hide it. You can add a subview that will mask it. Example:
I didn't check it, but it should work.
EDIT: I checked it, it works.