A navigation controller should not incorporate a tab bar controller as part of its navigation interface. The resulting interface would be confusing to users because the tab bar would not be consistently visible.
That's my understanding from the Apple notes - when there are multiple screens managed by a UINavigationController , one of the screens cannot be UITabController.
Please correct me if I am wrong.
No comments:
Post a Comment