added basic UI components and outlets/actions

This commit is contained in:
Diego Waxemberg
2014-01-18 00:56:46 -05:00
parent 70510f8410
commit 8fdc5ad97b
6 changed files with 187 additions and 4 deletions
-4
View File
@@ -16,10 +16,6 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
return YES;
}