标签: ios recursion
以下(非常基本的)示例是否足以避免在iOS上出现堆栈溢出/锁定?
- (void)doSomething { ... [self performSelector:@selector(doSomething) withObject:nil afterDelay:0.0]; }