cocoaTouch/iPad/MainMenuViewController.m
changeset 3270 9bd8fb1707b9
parent 3251 221c163ad5d9
equal deleted inserted replaced
3269:258d7f87c96e 3270:9bd8fb1707b9
   165         case 0:
   165         case 0:
   166             [[SDLUIKitDelegate sharedAppDelegate] startSDLgame];
   166             [[SDLUIKitDelegate sharedAppDelegate] startSDLgame];
   167             break;
   167             break;
   168         case 2:
   168         case 2:
   169             // for now this controller is just to simplify code management
   169             // for now this controller is just to simplify code management
   170             splitViewController = [[SplitViewRootController alloc] init];
   170             splitViewController = [[SplitViewRootController alloc] initWithNibName:nil bundle:nil];
   171             splitViewController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
   171             splitViewController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
   172             [self presentModalViewController:splitViewController animated:YES];
   172             [self presentModalViewController:splitViewController animated:YES];
   173             break;
   173             break;
   174         default:
   174         default:
   175             alert = [[UIAlertView alloc] initWithTitle:@"Not Yet Implemented"
   175             alert = [[UIAlertView alloc] initWithTitle:@"Not Yet Implemented"