Hi, i have a application that will have multiple uiviewcontrollers, the navigation in the application is not in a hierarchy, the controllers should all be able to be invokedon a need to be displayed basis.
What is the best way of modeling this kind of flow?, using UINavigationController?, or AppDelegate for switching viewcontrollers? etc.
some coding examples would be much appreciated.
Thank you.