I want to display a settings table modally, but I’m having trouble getting navigation bar at the top (to show the title and a done button). I can add the bar as a subview to the tableview, but then it scrolls with the tableview and I want to it to stay put at the top.
I want to display a settings table modally, but I’m having trouble getting navigation
Share
If you are showing it modally, you can do something like this. Here, I am trying to show
EnterScreenControllermodally, and I add a navigation Bar on top like this.