I’m doing a project in which the first view shouldn’t contain any tabbar and when the view is pressed it should be moved as page flip. Then from the next page onwards tabbar items should be shown. If i’m correct i think tabbarcontroller wont help me to achieve the above. So i added a tabbar element. But how to give the button action to the tab bar items in the tabbar element so that when the tabbar buttons are pressed it loads each view as that of the tabbar controller. Any help is appreciated.
Thanks
I’m doing a project in which the first view shouldn’t contain any tabbar and
Share
For fliping the view, implement this..
And u want tabbar from second view, so in first view’a button click(or anything else), write code for calling function from app delegate..
Now, in app delegate, declare method named SwitchToTabbarController, in which implement this..
Implement as whole will be much helpful and I think that is what u want….:)