Skip to content

Instantly share code, notes, and snippets.

View justincbeck's full-sized avatar

Justin C. Beck justincbeck

  • BeckProduct LLC
  • Crozet, VA
View GitHub Profile
@Nitewriter
Nitewriter / TestAppDelegate.m
Created July 25, 2011 19:24
#iOS: Nib-less Tab Bar Controller setup
//...
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
// Create a new window and assign directly to provided iVar
_window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Set background for window if desired