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