-viewController presentViewController动画:是 - 不在iphone上工作 - 在ipad上正常工作

时间:2014-08-07 07:10:27

标签: ios objective-c iphone ipad

我正在使用UIModalTransitionStyleCoverVertical。 viewcontroller从底部弹出,在iPad上工作正常但在iPhone上看起来是静态的。

任何帮助都将不胜感激。

 window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
 [viewController setModalPresentationStyle:UIModalPresentationCurrentContext];
 [window setRootViewController:viewController];
 [window makeKeyAndVisible];

 [((AppDelegate *)[[UIApplication sharedApplication] delegate]).viewController presentViewController:anyViewController animated:YES completion:nil];

0 个答案:

没有答案