How to make half curl animation in iPhone like the maps app?
问题 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 回答1: Apple does support this for the presentation of modal views as of 3.2. This makes sense: the page curl effect is intended to