/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Gallery *gallery = [[Gallery alloc] initWithNibName:nil bundle:nil]; gallery.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; [self presentModalViewController:gallery animated:YES]; [gallery release];