summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 441240a..4ff6afd 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -44,13 +44,8 @@ NSString * const UserUpdatedNotificationName = @"UserUpdated";
self.sharedDateFormatter = [NSDateFormatter new];
self.sharedDateFormatter.dateFormat = @"yyyy-MM-dd HH:mm:ss";
[self.sharedDateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]];
- [[UINavigationBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
- [[UINavigationBar appearance] setBarTintColor:[UIColor colorNamed:@"Background"]];
[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}];
- [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}];
- [[UIToolbar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
- [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
-
+ [[UINavigationBar appearance] setTranslucent:NO];
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;
#if !TARGET_IPHONE_SIMULATOR
[self registerForRemoteNotifications];