summaryrefslogtreecommitdiffstats
path: root/Classes/PhotoViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/PhotoViewController.m')
-rw-r--r--Classes/PhotoViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/PhotoViewController.m b/Classes/PhotoViewController.m
index 5a34670..1b43094 100644
--- a/Classes/PhotoViewController.m
+++ b/Classes/PhotoViewController.m
@@ -24,7 +24,7 @@
- (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.tintColor = [UIColor colorWithRed:24/255.0 green:45/255.0 blue:64/255.0 alpha:1.0];
}
- (void)setPhotoList:(NSArray *)list {