From 376746c1e0f6eef0c8be5eb13c017ede82928b52 Mon Sep 17 00:00:00 2001 From: mac-user669 Date: Thu, 6 Feb 2020 18:06:56 -0500 Subject: [PATCH] Rearrange settings --- zenithdarkprefs/Resources/Root.plist | 41 ++++++++++--------- .../ZNDarkPrefsRootListController.m | 2 +- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/zenithdarkprefs/Resources/Root.plist b/zenithdarkprefs/Resources/Root.plist index 45fd0c3..7b497a7 100644 --- a/zenithdarkprefs/Resources/Root.plist +++ b/zenithdarkprefs/Resources/Root.plist @@ -150,25 +150,6 @@ action respringPopUp - - cell - PSGroupCell - label - - footerText - - - - - cell - PSLinkCell - detail - ZNDarkPrefsAboutListController - isController - - label - About - cell @@ -176,7 +157,7 @@ label footerText - + Reset ZenithDark's Settings @@ -200,6 +181,26 @@ Cancel + + cell + PSGroupCell + label + + footerText + + + + + cell + PSLinkCell + detail + ZNDarkPrefsAboutListController + isController + + label + About + + title diff --git a/zenithdarkprefs/ZNDarkPrefsRootListController.m b/zenithdarkprefs/ZNDarkPrefsRootListController.m index b12472f..aeef4c6 100644 --- a/zenithdarkprefs/ZNDarkPrefsRootListController.m +++ b/zenithdarkprefs/ZNDarkPrefsRootListController.m @@ -18,7 +18,7 @@ [super viewWillAppear:animated]; // share button for our tweak :P - self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCompose target:self action:@selector(shareTapped)]; + self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(shareTapped)]; } - (void)resetSettings {