I need to animate my view like opening a Book or simply expanding a View
Share
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.
For iOS 5 you can use the new Page view controller which gives you a native support for the effect used in iBooks.
You can find it here:
UIPageViewControllerClassReferenceClassRef
If you are registered as developer you can find a movie on using the new controller in the 2011 WWDC:
http://developer.apple.com/videos/wwdc/2011/
Shani