I have an ‘info’ button that does a modal flip to an info page. I want a navigation type back arrow at the top to flip back.
None of the bar buttons look like Back buttons/arrows.
I’ve tried adding a navigation bar, but that won’t show the Back as its the top level.
How can I achieve this? Or what methods do others use for returning from an info page?
Why don’t you go system way and use “Done” button on a right side of
UIToolbar? It’s how native “Weather” and “Stocks” apps do on iOS. Check out “Done” button in Interface Builder (set both Style and Identifier to “Done”).If you really want to achieve that “Back” button, you’ll have to create a custom button with images resembling native “Back” button.