I have view controller A and view controller B. A has a seque to B. A is embedded in a Navigation Controller.
The nav bar shows OK on A, however, it isn't showing on B. I'd expect to see see the nav bar and a "< Back" button. Here is my storyboard setup:
Is there something I have to do to get the nav bar to show up? Thanks!