我正在使用以下内容打开故事板视图:
GroupProximity *proximity = [self.storyboard instantiateViewControllerWithIdentifier:@"groupproximity"];
[self.navigationController pushViewController:proximity animated:YES];
但是,当我使用顶部栏上的后退按钮时,似乎活动未停止。如何在按下后退按钮时卸载故事板视图?
答案 0 :(得分:0)
实施viewWillDisappear:
。在这里你使计时器失效,使它不再存在。
有关与NSTimer相关的特殊生命周期/内存问题的详细信息,请参阅我的书中的讨论:
http://www.apeth.com/iOSBook/ch12.html#_unusual_memory_management_situations