1.自己还想着怎么3d 变形 让一个视图绕x/y 轴线翻转
就这么一句代码
[UIView transitionWithView:self.startButton duration:0.5 options:UIViewAnimationOptionTransitionFlipFromTop+UIViewAnimationOptionCurveLinear animations:^{
} completion:^(BOOL finished) {
}];
时间: 2024-10-06 14:06:52