0
我試圖實現SWRevealViewController:的UINavigationController:使用SWRevealViewController錯誤:非平衡呼叫開始/結束的外觀過渡
我試圖從最初的視圖控制器去SWRevealViewController控制器:
- (void)viewDidLoad {
[super viewDidLoad];
[self performSegueWithIdentifier:@"controller" sender:self];
}
但我發現了這個錯誤:
Unbalanced calls to begin/end appearance transitions for <UINavigationController: 0x7fd3b1013600>.
你們誰都知道我爲什麼得到這個錯誤?如果我在最後一個視圖控制器中將SWRevealViewController的所有權移除,它就可以正常工作。
我做錯了什麼?我真的很感謝你的幫助。