美文网首页
取消(关闭)隐式动画

取消(关闭)隐式动画

作者: 莫_名 | 来源:发表于2016-09-20 20:15 被阅读0次

    取消(关闭)隐式动画
    ** 可以通过动画事务(CATransaction)关闭默认的隐式动画效果
    [CATransaction begin];
    [CATransaction setDisableActions:YES];
    /*动画操作 self.myview.layer.position = CGPointMake(10, 10); */
    [CATransaction commit];

    相关文章

      网友评论

          本文标题:取消(关闭)隐式动画

          本文链接:https://www.haomeiwen.com/subject/nfvoettx.html