0
我正在製作一個使用大量視圖的應用程序。在它們之間導航我正在使用這兩行代碼:使用modalViewControllers切換視圖
[self presentModalViewController:nameOfView animated:YES];
[self.parentViewController dismissModalViewControllerAnimated:YES];
分散在我的代碼的各個部分。這工作正常。但是,我無法打開使用presentModalController代碼打開的視圖。例如,如果我有一個打開表視圖的主視圖,我無法從didSelectRowAtIndex方法打開一個詳細視圖。 (SIGABRT)
HELP !!
你能展示更多的代碼,因此它更容易理解你的問題嗎? –