I want to clear color of navigation bar. In my ViewController there is a background image on that, when i remove color of navigation barTintColor, navigationController.view.background and navigation background image then simulator shows me :-
I have been trying alots of codes but there is no solution found. I want navigation Bar like that:-
with clear navigation bar color. Is there any solution, let me know? Thanks!
Better you must avoid the navigation bar. Hide the navigation bar in the navigation controller and user custom view in your view controller to avoid this issue.
You can make the navigation bar transparent in
viewWillAppear
and remove transparency inviewWillDisappear
as followsThe background image and the back button will be visible