solution
Found a solution:
-I added tab bar controller's delegate to the custom object
-Added IBOutlet UITabBarController to customcontroller.h
This leads me to a new problem.
How do you get the title of the selected tabbaritem when didSelectViewController() is signaled?
NSString *tabBarItemTitle = selectedviewcontroller.tabbaritem.text; ???
|