From eb72aa607e8967561ba4f27eb843b131c3dbfe4a Mon Sep 17 00:00:00 2001 From: matt handler Date: Thu, 21 Apr 2011 20:13:45 -0400 Subject: updated darker image, made background image for flip --- Classes/PhotoViewController.m | 2 +- Classes/PicCastAppDelegate.m | 5 +++++ Classes/TopicsViewController.m | 7 +------ 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Classes') 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]; } -- cgit v1.2.3