2011-10-31 198 views

回答

7
- (IBAction)change { 

    secondViewController* viewController = [[secondViewController alloc] init]; 
    [self.navigationController pushViewController:viewController animated:YES]; 
    [viewController release]; 

} 
+0

谢谢!我真的需要它! – asterix22

+0

如果你得到你的答案只是通过接受的答案标志确认 –