
How to get the page curl effect in my iPhone application? Please suggest or give an example to get the page curl effect in iPhone SDK application. Thanks.

In objective c there is a method call "UIModalTransitionStyle" for that : "UIModalTransitionStylePartialCurl"

yourView.modalTransitionStyle = UIModalTransitionStylePartialCurl; [self presentModalViewController:yourView animated:YES]; //and then [self dismissModalViewControllerAnimated:YES]; if you want to navigate back.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.