summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-15 14:31:58 +0300
committerGravatar Vitaly Takmazov2020-05-15 14:31:58 +0300
commit8c780630b66119ded741f979c4ebe9dbd6bef776 (patch)
tree5abe693da22d93d01821d8bc773ea12b61101f2e /Juick/AppDelegate.m
parent5de79ab74850c157909e9fe978f670d1cec9794f (diff)
Fix UITabBar tint color
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 4ff6afd..7824a41 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -46,6 +46,7 @@ NSString * const UserUpdatedNotificationName = @"UserUpdated";
[self.sharedDateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]];
[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}];
[[UINavigationBar appearance] setTranslucent:NO];
+ [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;
#if !TARGET_IPHONE_SIMULATOR
[self registerForRemoteNotifications];