在Swift中取消repeatActionForever?

时间:2015-03-10 00:56:53

标签: ios swift

是否可以在Swift中取消repeatActionForeverThis SO post显示了如何取消runAction但未解决repeatActionForever的问题。有可能,如果可能,怎么样?

1 个答案:

答案 0 :(得分:2)

通常您会使用removeActionForKey

夫特:

func removeActionForKey(_ key: String!)

目标-C:

[self removeActionForKey:@"..."];

虽然看起来可能有点复杂但没有看到你的代码。