Code if we have NIB file
SecondPageViewController *secPgViewCtrl = [[SecondPageViewController alloc] initWithNibName:@"SecondPageView" bundle:[NSBundle mainBundle]];
[self.navigationController pushViewController:secPgViewCtrl animated:YES];
[secPgViewCtrl release];
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment