anyone has an idea how to build the page flip? I’ve seen it in flash applications and I want the same functionality for our iPad app … I want to have a flipped corner on the bottom of the pae that you can drag and flip the page 🙂 …
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.
You can also use cocos2d framework to do a page flip application (look for CCPageTurn3D for more info).
Both UIViewAnimationTransitionCurlUp/Down and transition used in cocos2d support views with only one visible page (left or right) at a time.
If you are interested how to make a page flip effect at all (with left and/or right page visible at a time) take a look at this post: Implementing 2D Page Flip effect on iPhone OS or this one: Adding 3rd dimension to the page flip effect on iPhone OS.