【问题标题】:Disable rotating animation when using CATransform3DRotate使用 CATransform3DRotate 时禁用旋转动画
【发布时间】:2013-10-23 12:05:03
【问题描述】:

我正在尝试使用CATransform3DRotate 在屏幕上旋转 UIView/UIImageView,但是当我将转换应用于视图时它会显示某种旋转动画。有什么方法可以禁用它并在没有中间效果的情况下获得最终结果?

【问题讨论】:

标签: ios objective-c uiview catransform3drotate


【解决方案1】:
[CATransaction begin];
[CATransaction setDisableActions: YES];
// Your code here
[CATransaction commit];

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-21
    • 1970-01-01
    • 1970-01-01
    • 2016-11-17
    相关资源
    最近更新 更多