Return to Snippet

Revision: 33006
at October 5, 2010 09:22 by bobbym245


Initial Code
Gallery *gallery = [[Gallery alloc] initWithNibName:nil bundle:nil];
	gallery.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
    [self presentModalViewController:gallery animated:YES];
	[gallery release];

Initial URL


Initial Description


Initial Title
How to switch XIBs iPhone SDK

Initial Tags
textmate, iphone

Initial Language
Other