我正在執行[self performSelector:@selector(<selctor>) withObject:<object> afterDelay:30];
如何唯一標識選擇器?
in循環說每個事件或行動後。
如果操作失敗,我想取消與它關聯的執行選擇器。
我知道
[NSObject cancelPreviousPerformRequestsWithTarget:self
selector:@selector(<selector>)
object:nil]
但如何取消特定的所有執行選擇調用循環發言權列表進行選擇。
你好像是你的標準+1,但是iam使用trojanfoe的答案 – amar