summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-12-07 14:54:04 +0400
committerGravatar Vitaly Takmazov2013-12-07 14:54:04 +0400
commit78d6e25f674d083466e32051c26e8ee5ea840afe (patch)
tree9efdae36561f5555cc36231f30ddf2adc3c4e58e /Juick/AppDelegate.m
parent1b1c8ed0549432071d85952f767b8b72e35f8e0a (diff)
fix constraints
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m2
1 files changed, 2 insertions, 0 deletions
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];