我有一个UIViewController我正在显示为模态弹出框。使用完该视图后,我将弹出到我的特定位置UINavigationBar:
[[appDelegate.homeViewController navigationController] popToViewController:[[appDelegate.homeViewController navigationController ].viewControllers objectAtIndex:2] animated:YES];
UIViewController下面的崩溃中提到了呈现模式的视图控制器:
*** -[ClientDetailsViewController respondsToSelector:]: message sent to deallocated instance 0x8c17650
我怎样才能找到它,看看是什么导致了我的崩溃?
现在,当一个对象在被释放后被使用时,您将能够看到所关注的对象以及它何时被过度释放。