开发者社区 问答 正文

UIView的核心动画3D转换

我正在做关于CA的部分翻转动画。但是在透视的时候遇到问题。

代码:

    [UIView animateWithDuration:1.0 animations:^{
    self.someView.layer.anchorPoint = CGPointMake(0.5, 0);
    self.someView.layer.transform = CATransform3DMakeRotation(M_PI*0.6,1.0,0.0,0.0);
} completion:^(BOOL finished){
    // code to be executed when flip is completed
}];

怎么样得到这样的透视图?

screenshot

展开
收起
爵霸 2016-03-24 10:51:40 2300 分享 版权
0 条回答
写回答
取消 提交回答
问答地址: