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.
嗨,我正在尝试使 uibutton 自动闪烁。我知道有一个功能“在突出显示时显示触摸”,当用户触摸时它会闪烁,但我需要我的按钮自动闪烁。有什么办法吗?谢谢!
首先:不要那样做!!!
但是如果你这样做了,那么你可以设置计时器或使用performSelector ...withDelay:或类似的东西来触发图像的切换。
performSelector ...withDelay:
或者使按钮透明并将其布局在UIImageView. AUIImageView可以设置为一组图像,而不仅仅是单个图像,以及用于从阵列的一个图像交换到下一个图像的时间间隔。有关详细信息,请参阅文档。这是非常直截了当的。
UIImageView