From a778c55cd848b0d0d452a20e8eaf6a477c068ca3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 15 Aug 2016 00:54:41 +0300 Subject: colors --- Juick/AppDelegate.m | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 576e11e..5fe48fe 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -21,13 +21,11 @@ { // style the navigation bar if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) { - [[UINavigationBar appearance] setBarTintColor:[ColorScheme navbarBackground]]; - [[UINavigationBar appearance] setTintColor:[ColorScheme navbarFont]]; - [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme navbarFont]}]; + [[UINavigationBar appearance] setTintColor:[ColorScheme linkColor]]; + [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}]; } - // make the status bar white - [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent; + [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; NSURL *baseURL = [NSURL URLWithString:@"https://api.juick.com"]; RKObjectManager *objectManager = [RKObjectManager managerWithBaseURL:baseURL]; -- cgit v1.2.3