From 78d6e25f674d083466e32051c26e8ee5ea840afe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 7 Dec 2013 14:54:04 +0400 Subject: fix constraints --- Juick/AppDelegate.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 874ea94..a776b43 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -28,6 +28,8 @@ // make the status bar white [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent; + AFNetworkActivityIndicatorManager.sharedManager.enabled = YES; + MessagesViewController *messages = [[MessagesViewController alloc] init]; RevealPanelViewController *rear = [[RevealPanelViewController alloc] init]; -- cgit v1.2.3