summaryrefslogtreecommitdiffstats
path: root/Classes
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-21 20:13:45 -0400
committermatt handler <matt.handler@gmail.com>2011-04-21 20:13:45 -0400
commiteb72aa607e8967561ba4f27eb843b131c3dbfe4a (patch)
tree2b52db1ef66ea0e0e730823a48053f600bd0f611 /Classes
parent901729c7eefcc10f27f306fff6170e80fa653ebe (diff)
downloadpiccast-app-eb72aa607e8967561ba4f27eb843b131c3dbfe4a.tar.gz
piccast-app-eb72aa607e8967561ba4f27eb843b131c3dbfe4a.zip
updated darker image, made background image for flip
Diffstat (limited to 'Classes')
-rw-r--r--Classes/PhotoViewController.m2
-rw-r--r--Classes/PicCastAppDelegate.m5
-rw-r--r--Classes/TopicsViewController.m7
3 files changed, 7 insertions, 7 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 {
diff --git a/Classes/PicCastAppDelegate.m b/Classes/PicCastAppDelegate.m
index f028035..baa06df 100644
--- a/Classes/PicCastAppDelegate.m
+++ b/Classes/PicCastAppDelegate.m
@@ -32,6 +32,11 @@
//navigationController = [[UINavigationController alloc] initWithRootViewController:(UIViewController *)tabBarController];
// this was put in because i errored out on some gif files that i guess were really large?
[[TTURLRequestQueue mainQueue] setMaxContentLength:0];
+
+ // UIWindow *window = [appDelegate window];
+// UIImageView *bgView = [[UIImageView alloc] init];
+// [bgView setImage:[UIImage imageNamed: @"backgroundGradient.png"]];
+// [self.window setb];
return YES;
}
diff --git a/Classes/TopicsViewController.m b/Classes/TopicsViewController.m
index aa9ab85..51edcba 100644
--- a/Classes/TopicsViewController.m
+++ b/Classes/TopicsViewController.m
@@ -60,12 +60,7 @@
// Have the file cache trim itself down to a size & age limit, so it doesn't grow forever
fileCache.fileCountLimit = 100;
fileCache.fileAgeLimit = 60*60*24*7; //1 week
- [fileCache trimCacheUsingBackgroundThread];
-
-// UIWindow *window = [appDelegate window];
-// UIImageView *bgView = [[UIImageView alloc] init];
-// [bgView setImage:[UIImage imageNamed: @"Default.png"]];
-// [window addSubView:bgView];
+ [fileCache trimCacheUsingBackgroundThread];
[self startParsing];
}