UIViewController
モーダルポップオーバーとして表示しています。そのビューの使用が完了すると、次の特定の場所に移動しますUINavigationBar
。
[[appDelegate.homeViewController navigationController] popToViewController:[[appDelegate.homeViewController navigationController ].viewControllers objectAtIndex:2] animated:YES];
モーダルを表示するViewControllerUIViewController
は、以下のクラッシュで言及されています。
*** -[ClientDetailsViewController respondsToSelector:]: message sent to deallocated instance 0x8c17650
これを追跡して、クラッシュの原因を確認するにはどうすればよいですか?