Wednesday, 14 December 2011

Pushing a navigation View-iPhone

DetailView *anotherViewController = [[DetailView alloc] initWithNibName:@"DetailView" bundle:nil];

 [self.navigationController pushViewController:anotherViewController animated:YES];

 [anotherViewController release];

No comments:

Post a Comment