I am finding the solution for my application.
I create an iphone application have 3 screen:
First screen not contain any tab bar. Second screen have 2 tab bar item. Third screen have 3 tab bar item.
http://c.upanh.com/upload/7/719/L50.11932623_1_1.jpg
- If i create a UITabBarController -> the tab bar will be appeared from first screen. So I have to hide tab bar in first screen. But second and third screen have different tab bar -> not good idea.
Do you have solution for this issue, please help me.
Thank you !!!
I think that you can add and remove the tab in UITabBarController at runtime. This site is good for reading: UITabBarController
Some sample code for removing tabs from tab bar: