
how to upload the image in the image above
this code will be flipHorizontal .....
SubclassViewController *bNavigation = [[BusinessViewController alloc] initWithNibName:@"bNavigation" bundle:nil];
bNavigation = self;
bNavigation.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentModalViewController:bNavigation animated:YES];
[bNavigation release];
Is there any template that can be made ... as shown in the picture.
Thanks in advance
source
share