我正在使用自定义标签栏和
UINavigationController
popToRootViewController
,然后立即推送新视图。
在ios6
中,每件事情都运行正常,但如果继续调用标签操作,我的所有viewcontrollers
都会在ios7
中变为黑屏。
在我的自定义标签栏中,我写的是这样的
[appDelegate.navBarMain popToRootViewControllerAnimated:NO];
[appDelegate.navBarMain pushViewController:appDelegate.vcCalendarViewController animated:YES];
在ios 7
中有什么问题