I have a flipside view showing the settings in my app. I’m trying to have a few levels of tableViews, but how do I implement a navigation controller to allow this? Usually for a normal root view, the navigation controller is by default in the App Delegate. However how do I do it if the root is the flipside?
Thanks.
You can just create a UINavigationController in the method which displays the flipside. Like so: