summaryrefslogtreecommitdiffstats
path: root/Classes/PicCastAppDelegate.m
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/PicCastAppDelegate.m
parent901729c7eefcc10f27f306fff6170e80fa653ebe (diff)
downloadpiccast-app-eb72aa607e8967561ba4f27eb843b131c3dbfe4a.tar.gz
piccast-app-eb72aa607e8967561ba4f27eb843b131c3dbfe4a.zip
updated darker image, made background image for flip
Diffstat (limited to 'Classes/PicCastAppDelegate.m')
-rw-r--r--Classes/PicCastAppDelegate.m5
1 files changed, 5 insertions, 0 deletions
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;
}