We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cea03 commit a88abfeCopy full SHA for a88abfe
Mage/MageAppCoordinator.m
@@ -76,6 +76,7 @@ - (void) eventChoosen:(Event *)event {
76
if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPad) {
77
UIStoryboard *ipadStoryboard = [UIStoryboard storyboardWithName:@"Main_iPad" bundle:nil];
78
UIViewController *vc = [ipadStoryboard instantiateInitialViewController];
79
+ vc.modalPresentationStyle = UIModalPresentationFullScreen;
80
vc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
81
[self.navigationController presentViewController:vc animated:YES completion:NULL];
82
} else if ([UIDevice currentDevice].userInterfaceIdiom == UIUserInterfaceIdiomPhone) {
0 commit comments