[UIView beginAnimations:nil context:nil]; [UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:_imageViewFirst cache:YES]; [UIView setAnimationDuration:1.0f]; [UIView commitAnimations];
本文共 263 字,大约阅读时间需要 1 分钟。
[UIView beginAnimations:nil context:nil]; [UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:_imageViewFirst cache:YES]; [UIView setAnimationDuration:1.0f]; [UIView commitAnimations];
转载于:https://www.cnblogs.com/thbbsky/p/4380184.html