I am using this code for Page curl effect ....Its work fine in simulator and device... But its not (setType:@\"pageCurl\") apple documented api , this caused it to be reject
If I may?
SampleViewController *sampleView = [[[SampleViewController alloc] init] autorelease]; [sampleView setModalTransitionStyle:UIModalTransitionStylePartialCurl]; [self presentModalViewController:sampleView animated:YES];
......