开发者

How do you rotate a UIView in an animation?

I can a开发者_StackOverflow中文版nimate a UIView with sizes and positions etc. But how do you rotate it?


Change its transform matrix...here is a link to the transform property of views transforms

You can use CGAFfineTransforms to set this property, you can either make a new one, or use CGAffineTransformMakeRotation that takes a degree as input, here is a reference to that CGAffineTransforms

hope that helps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜