Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个基于视图的应用程序。我在这个应用程序中有一个图像,我必须剪切图像的特定部分并上下动画它。
如何做到这一点?
设置 imageview 框架并写入这两行 [imageview commitanimation] [imageview setanimationduration:1]
您应该复制您的图像并对其进行裁剪(看看这篇文章),然后将生成的图像放入 UIImageView 或 CALayer 并根据需要对其进行动画处理。