Wednesday, 14 December 2011

Pushing a View basedApplication-iPhone

 DetailView *anotherViewController = [[DetailView alloc] initWithNibName:@"DetailView" bundle:nil];
[self presentModalViewController:anotherViewController animated:YES];
[anotherViewController release];

No comments:

Post a Comment