UITabBar控制器内的UINavigation控制器?

时间:2015-07-29 15:51:12

标签: ios iphone ios5 ios6 ios-simulator

我在UITabBar控制器中使用PEPhotoCropEditor。当我选择图像进行裁剪时。它适用于iOS 8.0。但是当我从iOS 6.1裁剪图像时,我收到以下错误

enter image description here

Warning: Attempt to present <UINavigationController: 0x201cc5f0> on <UITabBarController: 0x2013a3f0> while a presentation is in progress!

任何人都可以请求在iOS 6.1及以上版本的Tabbar控制器中执行图像裁剪的任何解决方案

1 个答案:

答案 0 :(得分:1)

当视图控制器出现时,您可能正在呈现另一个控制器。 尝试[self performSelector:@selector(yourNewFunction)withObject:nil afterDelay:0.0];

请遵循以下链接 -

Warning: attempt to present ViewController whose view is not in the window hierarchy

Warning: Attempt to present ModalTableViewController on MainTableViewController which is already presenting (null)