mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-12 01:00:38 +00:00
Update RootOptionsController.m
This commit is contained in:
parent
6b59abb56b
commit
320ea35c59
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@
|
||||||
cell.imageView.image = [UIImage systemImageNamed:@"drop.fill"];
|
cell.imageView.image = [UIImage systemImageNamed:@"drop.fill"];
|
||||||
}
|
}
|
||||||
if (indexPath.row == 2) {
|
if (indexPath.row == 2) {
|
||||||
cell.textLabel.text = @"Reorder Pivot Bar Icons";
|
cell.textLabel.text = @"Reorder Notifications Bar";
|
||||||
cell.detailTextLabel.text = @"";
|
cell.detailTextLabel.text = @"";
|
||||||
cell.imageView.image = [UIImage systemImageNamed:@"rectangle.grid.1x2.fill"];
|
cell.imageView.image = [UIImage systemImageNamed:@"rectangle.grid.1x2.fill"];
|
||||||
}
|
}
|
||||||
|
|
@ -174,7 +174,7 @@
|
||||||
if (indexPath.row == 2) {
|
if (indexPath.row == 2) {
|
||||||
ReorderNotificationsBar *reorderNotificationsBarController = [[ReorderNotificationsBar alloc] init];
|
ReorderNotificationsBar *reorderNotificationsBarController = [[ReorderNotificationsBar alloc] init];
|
||||||
UINavigationController *reorderNotificationsBarControllerView = [[UINavigationController alloc] initWithRootViewController:reorderNotificationsBarController];
|
UINavigationController *reorderNotificationsBarControllerView = [[UINavigationController alloc] initWithRootViewController:reorderNotificationsBarController];
|
||||||
pivotBarReorderControllerView.modalPresentationStyle = UIModalPresentationFullScreen;
|
reorderNotificationsBarControllerView.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||||
|
|
||||||
[self presentViewController:reorderNotificationsBarControllerView animated:YES completion:nil];
|
[self presentViewController:reorderNotificationsBarControllerView animated:YES completion:nil];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue