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?
views:
1283answers:
2
A:
Not sure if this will work, but the parameter to +setAnimationRepeatCount:
can be a fraction.
Frank Schmitt
2009-11-05 20:02:56
If I do that, then the transition along with the view vanishes...
rson
2009-11-05 20:38:57
+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
2009-11-05 20:20:59