TabbarController "More" Button
Hi all,
I have a tabbar controller with first page is home screen. In the home screen i create some button for user to go to the other tab bar item. Of course they can also go though the bottom tab bar to the same page.
The problem come when i added 5 tab bar item to the tab bar controller.
The 4 item become "more" tab bar item. I used to use
[self.tabBarController setSelectedIndex:4];
to go to the 4th item using the home screen button. But then when i use tab bar to navigate to other item and then come back. Now the "more" tab bar item cached the view and did not show the "more" navigation.
Where should i clear the cache?
|