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.
我有一个背景图像,我不想为它制作动画,但我不知道如何制作。
我应该怎么办?
使用 UIImageView 并将 animationImages 属性设置为图像数组。您可以设置持续时间并调用 startAnimating。
苹果文档 UIImageView