iphone - UITabBarController With UINavigationController "more" Tab Issue -
UINavigationController has a problem in using the UITabBarController in UITabBarController with the "more" tab issue.
If you call in "more" and rearrange the objects in this way, a visible UIAVA controller goes into "more", when the user data view controller appears by calling it is. This userDataViewController is the last, which is found in a stack and a back button takes you back to "more", but not for the controllers, which users would have seen before DataViewController.
I understand that a selector Push ViewController is actually called "more", and it pushes my UINavigationController in a stack, and this is not good. Maybe, someone is facing such a problem and can I help to solve it?
Thanks for further.
A potential solution is to force your UIAVentor to return to its root view controller, before To do this, use the following method in your tab bar controller's representatives:
- (zero) tabbar controller: (UITabBarController *) Tab Tab controller Will Extra Clienting View Measures Rk: (NSArray *) View Controller Change: (BOOL) changed {if (change) {Anselog (@ "The user has to reconstruct the tab bar item"); (TabBarController.viewControllers in UIViewController * Controller) {if ([Controller isKindOfClass: [UINavigationController class]]) [[(UINavigationController *) controller) PopToController unpacked: no]; }}}}
Comments
Post a Comment