summaryrefslogtreecommitdiffstats
path: root/Classes/PhotoViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-21 19:54:47 -0400
committermatt handler <matt.handler@gmail.com>2011-04-21 19:54:47 -0400
commit901729c7eefcc10f27f306fff6170e80fa653ebe (patch)
treef963e0c1d54f7895066ae6c33e59f5b250c88703 /Classes/PhotoViewController.m
parent64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4 (diff)
downloadpiccast-app-901729c7eefcc10f27f306fff6170e80fa653ebe.tar.gz
piccast-app-901729c7eefcc10f27f306fff6170e80fa653ebe.zip
lots of display images, titlebars are badass, defaultstyle changing the button though
Diffstat (limited to 'Classes/PhotoViewController.m')
-rw-r--r--Classes/PhotoViewController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Classes/PhotoViewController.m b/Classes/PhotoViewController.m
index fb8931b..5a34670 100644
--- a/Classes/PhotoViewController.m
+++ b/Classes/PhotoViewController.m
@@ -23,8 +23,8 @@
}
- (void)viewWillDisappear:(BOOL)animated {
- //self.navigationController.navigationBar.barStyle = UIBarStyleDefault;
- self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:24/255.0 green:45/255.0 blue:64/255.0 alpha:1.0];
+ self.navigationController.navigationBar.barStyle = UIBarStyleDefault;
+ //self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:24/255.0 green:45/255.0 blue:64/255.0 alpha:1.0];
}
- (void)setPhotoList:(NSArray *)list {