I am looking to design the following iphone screen flow that adheres to iOS App guidelines.
1) User selects one of 2 options in a UIViewcontroller
. Ideally that is encapsulated in a UINavigationController
.
2) Each option represents a very distinct workflow and in turn has a distinct set of tabs that is represented via UITabBarController
.
Would the above design adhere to iOS App guidelines. If not what would be the best way to represent the above workflow.
What you are trying to do is totally doable.
The result in this image.
An example project here.