From c7ac059a7e59ff3da4f88c53bedae29655ae900c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 10 Nov 2013 14:00:59 +0400 Subject: timestamp and summary --- Juick/AppDelegate.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 2853cfd..b47e710 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -20,9 +20,10 @@ // style the navigation bar if (NSFoundationVersionNumber > NSFoundationVersionNumber_iOS_6_1) { [[UINavigationBar appearance] setBarTintColor:[ColorsAndButtons navbarBackground]]; - [[UINavigationBar appearance] setTintColor:[ColorsAndButtons navbarFont]]; - [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorsAndButtons navbarFont]}]; } + [[UINavigationBar appearance] setTintColor:[ColorsAndButtons navbarFont]]; + [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorsAndButtons navbarFont]}]; + // make the status bar white [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent; -- cgit v1.2.3