From 68fcf4ac2d91a2d980bd1a61c3506afdc86a53a2 Mon Sep 17 00:00:00 2001 From: sean henriques Date: Thu, 25 Oct 2012 18:13:37 -0300 Subject: [PATCH] Update BroBoard/BroBoard/PSViewController.m fixed demo app --- BroBoard/BroBoard/PSViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BroBoard/BroBoard/PSViewController.m b/BroBoard/BroBoard/PSViewController.m index be0f65e..2cb65ea 100644 --- a/BroBoard/BroBoard/PSViewController.m +++ b/BroBoard/BroBoard/PSViewController.m @@ -110,7 +110,7 @@ - (void)loadDataSource { if (!error && responseCode == 200) { id res = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:nil]; if (res && [res isKindOfClass:[NSDictionary class]]) { - self.items = [res objectForKey:@"gallery"]; + self.items = [res objectForKey:@"data"]; [self dataSourceDidLoad]; } else { [self dataSourceDidError];