summaryrefslogtreecommitdiffstats
path: root/Classes/PhotoViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
committermatt handler <matt.handler@gmail.com>2011-04-20 21:48:14 -0400
commitf2a2e1c1687ac7dbb9010b5f826486f77baeae77 (patch)
treeb6d2d82168f925329abb0d859de620966bcd2d7f /Classes/PhotoViewController.m
parent9d52266f823daf5cb83e3eebe1b9f57594bc9d4a (diff)
downloadpiccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.tar.gz
piccast-app-f2a2e1c1687ac7dbb9010b5f826486f77baeae77.zip
icons, rename, title bar color change, tabbarviewcontroller links to shib for topicsviewcontroller instead of a rando
Diffstat (limited to 'Classes/PhotoViewController.m')
-rw-r--r--Classes/PhotoViewController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Classes/PhotoViewController.m b/Classes/PhotoViewController.m
index 5999626..fb8931b 100644
--- a/Classes/PhotoViewController.m
+++ b/Classes/PhotoViewController.m
@@ -23,7 +23,8 @@
}
- (void)viewWillDisappear:(BOOL)animated {
- self.navigationController.navigationBar.barStyle = UIBarStyleDefault;
+ //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 {