Quote:
Originally Posted by jtnygard
If I add a navigation bar to a view controlled by a UINavigationController, the second bar does appear, but it is hiding the top of my table view.
|
then change the "y" position of your table view to fix the issue.
-----------------
/**
If your aim is to display long text on the Navigation bar, then use navigationItem.prompt property instead of adding another navigation bar
**/