【发布时间】:2017-06-19 07:14:28
【问题描述】:
这是我的代码:
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: *****>
有什么问题?请帮帮我。
【问题讨论】:
标签: ios