這是我的代碼:不平衡呼叫開始/結束的外觀轉變爲<UINavigationController的:*****>
UINavigationController *navigaitonController = [[UINavigationController alloc] initWithRootViewController:tips];
navigaitonController.modalPresentationStyle = UIModalPresentationCustom;
navigaitonController.transitioningDelegate = tips.transiction;
navigaitonController.modalPresentationCapturesStatusBarAppearance = YES;
[controller presentViewController:navigaitonController animated:YES completion:nil];
時提示控制器被呈現或駁回,控制檯日誌:
Unbalanced calls to begin/end appearance transitions for <UINavigationController: *****>
有什麼問題?請幫幫我。
的可能的複製視圖控制器[不平衡通話開始爲/終端外形的轉變]( https://stackoverflow.com/questions/14412890/unbalanced-calls-to-begin-end-appearance-transitions-for-uinavigationcontroller) –
jegadeesh