summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-07 12:18:27 +0400
committerGravatar Vitaly Takmazov2013-11-07 12:18:27 +0400
commitff23c4eb5d382d25c2e4779e0ea8f4b724651105 (patch)
treefe2c0e99608add7a851f797ab31d5e33b98de281 /Juick/AppDelegate.m
parent8c69b5408e5d2870d60f15662f1d567e6cd55da7 (diff)
load public pages from reveal view
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 28bacc9..292ef7f 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -25,7 +25,7 @@
// make the status bar white
[UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;
- MessagesViewController *messages = [[MessagesViewController alloc] initWithURL:[NSURL URLWithString:@"https://api.juick.com/messages"]];
+ MessagesViewController *messages = [[MessagesViewController alloc] init];
RevealPanelViewController *rear = [[RevealPanelViewController alloc] init];
UINavigationController *main = [[UINavigationController alloc] initWithRootViewController:messages];