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

@@ -31,7 +31,6 @@
[super viewDidLoad];
self.mode = MPCombinedModeUserSelection;
[self performSegueWithIdentifier:@"users" sender:self];
}
- (void)viewWillAppear:(BOOL)animated {