当前位置: 首页 > 工具软件 > ios 翻页 > 使用案例 >

iOS翻页动画

沈飞跃
2023-12-01
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:1.0];
[UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:self.view cache:YES];
[UIView commitAnimations];
 类似资料: