我宁愿不将我的整个项目从 UIKit 更改为 cocos2d,因为我需要的 cocos 只是 moveTo 的东西,那么我如何在 UIKit 中执行此方法有人有任何想法吗?
问问题
46 次
2 回答
1
看看http://www.raywenderlich.com/5478/uiview-animation-tutorial-practical-recipes我通过简单的谷歌搜索找到了这个。
具体来说,你会想要
[UIView animateWithDuration: animations:^{}];
于 2012-08-16T19:27:24.207 回答
1
UIKit 有一整套动画。这是 Apple 动画文档的链接:
于 2012-08-16T19:28:40.663 回答