2
0

Embed views using embed segue instead of MPRootSegue.

This commit is contained in:
Maarten Billemont
2020-05-12 23:27:56 -04:00
parent df97dec2fe
commit 60f60d087e
7 changed files with 32 additions and 81 deletions

View File

@@ -33,13 +33,6 @@
self.dismissSegueByButton = [NSMutableDictionary dictionary];
}
- (void)viewDidLoad {
[super viewDidLoad];
[self performSegueWithIdentifier:@"root" sender:self];
}
- (UIViewController *)childViewControllerForStatusBarStyle {
return [self.childViewControllers lastObject];