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.
在我的 ViewController 中,我安排了一些方法调用(将在一段时间后调用),在某些情况下,我会在这些方法计划完成之前跳转到另一个 viewController。如何在启动另一个 ViewController 之前取消所有方法调用或清空调用堆栈?
谢谢!
如果您使用 NSTimer 来安排方法调用,则添加 -(void)viewwilldisappear Timer invalidate 代码,以便在转到下一个视图控制器之前。