I am building a small app and want to keep a button in the top right corner which calls a modal horizontal flip onto an "about us" page. Currently my code will load onto the page but it loses the top UI Navigation element.
My plan is to change the button function to act as a "back" button once you're on the new view. But I don't know how to make the same top bar "stick" across the entire Storyboard! I know this may be a bit confusing so I've uploaded my project source on cloudapp.
If you build & run the project you'll see a top right button with the label text "About". if you click this will perform the transition perfectly, but then on this new view we've totally lost the top bar. If I can provide any more information please let me know - just trying to get this working! as always thanks in advance
edit* just added a screen below of the top button I'm talking about :)