I want the animation between the two viewcontrollers in uitabbarcontroller.
I am having the two tabbar. The first one open by default when run the app.I want the animation,while i go to the second tabbar.How can i do this.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the View Will appear of your firstViewController you should have something like
Then in the secondviewcontroller have the same thing but
UIViewAnimatinTransitionFlipFromleft
However let me know how this goes, because for some reason in the app I was making I had a little trouble on the view first transition then it would work fine after that. If you suffer from the same problem maybe we can work together for a solution.