How to flip a UIView from top/bottom using UIViewAnimation ? Does anyone have any idea about how this can be accomplished?
Asked
Active
Viewed 584 times
1
-
This appears to be a duplicate of this question: http://stackoverflow.com/questions/632480/flipping-uiviews-from-top-bottom – Brad Larson Nov 25 '09 at 15:35
-
i need uiviewanimation not catransition or layer animations. – allen Nov 27 '09 at 08:26
1 Answers
0
Try This
[UIView transitionFromView:ViewA toView:ViewB
duration:1.0
options:UIViewAnimationOptionTransitionFlipFromTop
completion:NULL];

Vvk
- 4,031
- 29
- 51