2009-11-25 3 views
1

Comment retourner un UIView de haut en bas en utilisant UIViewAnimation? Est-ce que quelqu'un a une idée de comment cela peut être accompli?UIView retourner par le haut

+0

Cela semble être un double de cette question: http://stackoverflow.com/questions/632480/flipping-uiviews-from-top-bottom –

+0

j'ai besoin uiviewanimation pas catransition ou animations de couche. – allen

Répondre

0

Essayez cette

[UIView transitionFromView:ViewA toView:ViewB 
         duration:1.0 
         options:UIViewAnimationOptionTransitionFlipFromTop 
        completion:NULL]; 
Questions connexes