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

@@ -43,7 +43,7 @@
UIView *sitesView = sitesVC.view;
sitesView.frame = combinedVC.view.bounds;
sitesView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
[combinedVC.view insertSubview:sitesView belowSubview:combinedVC.usersVC.view];
[combinedVC.view insertSubview:sitesView belowSubview:combinedVC.usersVC.view.superview];
[sitesVC setActive:YES animated:self.animated completion:^(BOOL finished) {
if (!finished)