I am currently using the storyboard interface builder to develop my GUI.
My structure is as follows in a storyboard
-> Navigation Controller -> Tab Bar Controller -> SomeViewController -> AnotherViewController
The navigation bar and the tab bar are displayed perfectly in ViewControllers, and the headers are set and visible in the editor, but the names disappear in the simulation.
How to solve this problem?
FYI: Navigation Controller and Tab Bar Controller not tied to any arbitrary class.
ios storyboard uinavigationcontroller
Javascript
source share