summaryrefslogtreecommitdiffstats
path: root/Classes/TopicsViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-26 18:05:17 -0400
committermatt handler <matt.handler@gmail.com>2011-04-26 18:05:17 -0400
commit39478a90674f2b4238ba1cfaa49908deb0200e24 (patch)
treeb906aa9132fc883a5f62cf177ddcea97843b2003 /Classes/TopicsViewController.m
parent1ee16b02d54bd8c71ae365bdb56d7389702839ea (diff)
downloadpiccast-app-39478a90674f2b4238ba1cfaa49908deb0200e24.tar.gz
piccast-app-39478a90674f2b4238ba1cfaa49908deb0200e24.zip
aww yeah it works
Diffstat (limited to 'Classes/TopicsViewController.m')
-rw-r--r--Classes/TopicsViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Classes/TopicsViewController.m b/Classes/TopicsViewController.m
index 78258d7..3431e62 100644
--- a/Classes/TopicsViewController.m
+++ b/Classes/TopicsViewController.m
@@ -300,6 +300,7 @@
photoViewController = [[[PhotoViewController alloc] init] autorelease];
photoViewController.topic = [[tableDictionary objectForIndex:indexPath.section] objectAtIndex:indexPath.row];
[self.navigationController pushViewController:photoViewController animated:YES];
+ //[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];
}