I Tried but could not avoid having more than 5 tabs
So now my fifth tab is a "more..." tab.
I want to select switching between views so I have followed
My UITabBarController's didSelectViewController method is not getting called?
but set the toolbar (subclassed) as its own delegate using the tips from
iPhone rotation won't rotate UIWebView
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController {
NSLog(@"%s", __FUNCTION__);
}
So - when I select one of the tabs I get a log message
How do I tell when one of the items in the "more..." list has been selected? The didSelectViewController event has not been fired (as it should not because the VC is the list).