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 反复调用某些方法。一旦我释放按钮,它应该停止调用该方法。我怎样才能实现这个功能有没有人知道这意味着请帮助我摆脱这个问题..在此先感谢。
您可以使用touchesBegan方法来调用此方法并touchesEnd停止此方法。
touchesBegan
touchesEnd
在方法内部,您可以使用一些循环for或while根据条件调用此方法,或者您可以启动一个计时器来调用此方法touchesBegan并使计时器无效touchesEnd。
for
while