Quote:
Originally Posted by b_f20
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; ???
|
I have this same problem. Can you explain how you added the tab bar delegate to the custom object?