是否可以在Swift中取消repeatActionForever
? This SO post显示了如何取消runAction
但未解决repeatActionForever
的问题。有可能,如果可能,怎么样?
答案 0 :(得分:2)
通常您会使用removeActionForKey:
夫特:
func removeActionForKey(_ key: String!)
目标-C:
[self removeActionForKey:@"..."];
虽然看起来可能有点复杂但没有看到你的代码。