2011-10-31 17 views

答えて

7
- (IBAction)change { 

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

} 
+0

ありがとうございます!私は本当にそれが必要でした! – asterix22

+0

あなたがあなたの答えを受け取った場合は、それを承認された回答サイン –

関連する問題