From 39478a90674f2b4238ba1cfaa49908deb0200e24 Mon Sep 17 00:00:00 2001 From: matt handler Date: Tue, 26 Apr 2011 18:05:17 -0400 Subject: aww yeah it works --- Classes/TopicsViewController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Classes/TopicsViewController.m') 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]; } -- cgit v1.2.3