views:

1283

answers:

2

I have a working transition using UIViewAnimationTransitionCurlUp however, I would like the animation to stop halfway through, much like the Maps application...Any thoughts on how to achieve this?

A: 

Not sure if this will work, but the parameter to +setAnimationRepeatCount: can be a fraction.

Frank Schmitt
If I do that, then the transition along with the view vanishes...
rson
+2  A: 

The Maps partial curl is a private API. You can find details of how to use it in Erica Sadun's book The iPhone Developer's Cookbook, but you will get rejected from the App Store for using it.

Sixten Otto
Good to know...Guess I'll just do a page flip transition then.
rson