簡體   English   中英

從UIImageView的左下角而不是右下角進行頁面卷曲動畫

[英]Page curl animation from left bottom corner instead of right bottom corner on UIImageView

我需要左下角的頁面卷曲動畫。

當我在下面編寫代碼時,頁面將從右下角進行動畫處理。 但是,如果我需要從左下角獲得相同的效果,該怎么辦。

謝謝!

[UIView beginAnimations:@"View Flip" context:nil];
[UIView setAnimationDuration:1];
[UIView setAnimationDelegate:self];
[UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
[UIView setAnimationTransition:
 UIViewAnimationTransitionCurlUp forView:_imagePreviewView cache:NO];
[UIView commitAnimations];

試試這個 全方位管理的動畫

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM