views:

359

answers:

2

Hi All,

I am using the following code for page curl animation

[UIView beginAnimations:@"yourAnim" context:nil]; [UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:yourView cache:cacheFlag]; ... [UIView commitAnimations];

Is it possible to make the half curl animation like the maps.app on iphone/ipod ?

Any ideas how to make an similar effect ?

Thanks

A: 

Use the undocumented animation types mapCurl and mapUnCurl

unset
i have tried it, but still not working.Its behaving like the fadein and fadeout effect both on the simulator and on the device.
Biranchi