mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update RootOptionsController.m
This commit is contained in:
parent
949d75bd29
commit
6b59abb56b
1 changed files with 3 additions and 3 deletions
|
|
@ -172,11 +172,11 @@
|
|||
[self presentViewController:colourOptionsController2View animated:YES completion:nil];
|
||||
}
|
||||
if (indexPath.row == 2) {
|
||||
YTPivotBarReorder *pivotBarReorderController = [[YTPivotBarReorder alloc] init];
|
||||
UINavigationController *pivotBarReorderControllerView = [[UINavigationController alloc] initWithRootViewController:pivotBarReorderController];
|
||||
ReorderNotificationsBar *reorderNotificationsBarController = [[ReorderNotificationsBar alloc] init];
|
||||
UINavigationController *reorderNotificationsBarControllerView = [[UINavigationController alloc] initWithRootViewController:reorderNotificationsBarController];
|
||||
pivotBarReorderControllerView.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||
|
||||
[self presentViewController:pivotBarReorderControllerView animated:YES completion:nil];
|
||||
[self presentViewController:reorderNotificationsBarControllerView animated:YES completion:nil];
|
||||
}
|
||||
}
|
||||
if (indexPath.section == 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue