I am writing an iPhone app but have run into a problem with an animation effect I am trying to implementing.
I am trying to add a half page curl effect from TOP.
I am using CAAnimation of "pageCurl", with the subtype set to kCATransitionFromTop or Right. And I also tried to use UIModalTransitionStylePartialCurl of the UIViewController. But it curls the page from the botton.
My main problem is how to change the transition direction, to get it to curl from the top.
Can anyone help me? I feel that stackoverflow can fix my problem.
Waiting for your replying.... Regards.