【发布时间】:2013-01-02 23:42:27
【问题描述】:
在编译我得到的代码时
“对
<UINavigationController: 0xa98e050>的开始/结束外观转换的不平衡调用”
警告。
这是我的代码
KVPasscodeViewController *passcodeController = [[KVPasscodeViewController alloc] init];
passcodeController.delegate = self;
UINavigationController *passcodeNavigationController = [[UINavigationController alloc] initWithRootViewController:passcodeController];
[(UIViewController *)self.delegate presentModalViewController:passcodeNavigationController animated:YES];
【问题讨论】:
标签: iphone ios objective-c ios6 uinavigationcontroller