Can one TabBarItem be used for two different ViewControllers?

Posted by Kash on Stack Overflow See other posts from Stack Overflow or by Kash
Published on 2010-06-13T01:33:15Z Indexed on 2010/06/13 1:42 UTC
Read the original article Hit count: 284

Filed under:

I am creating an app with three tabBarItems, but I want to control four ViewControlers with three tabBars. I am trying to use one tabBar for two different viewcontrollers. I am able to change the tabBartitle and icon upon tap, but I cannot reset it so it can go back to it's previous status with previous title and icon. Also, I am confused about using the tabBarController or just tabBar and to call what function to reload/refresh the tabBar status and where exactly? I am fairly new to the iPhone SD, please describe your answer clearly any help will be highly appreciated.

© Stack Overflow or respective owner

Related posts about objective-c