I have a Table View, Navigation Bar and Left Bar Button as following image:
When I run the application, the Navigation Bar goes under Status Bar as following image:
Is there's any fix for this?
I am coding using swift 2.0 and Xcode 7.3.1
If you want to use navigation controller and tab bar controller together you should embed tab bar in a navigation controller.
Please see below stack post: