Is there a "page turn" transition included in the iPad SDK that I can use? Or is that all coded by hand with core graphics?
the code for curl Animation is given below :
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:YES];
[oldView removeFromSuperview];
[UIView commitAnimations];
Enjoy....
Maybe a little bit late, but I'm currently using an Framework called "leaves" which have different forks which even support zooming or two page view. I've even figured out to make my app slightly faster and run with less memory. Check it out at GitHub: https://github.com/brow/leaves
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With