網頁

2013年2月7日 星期四

pushViewController


#import "Test.h"
[self goTestPage];

- (void) goTestPage
{
    Test *TestPage = [self.storyboard instantiateViewControllerWithIdentifier:@"idTest"];
    [self.navigationController pushViewController:TestPage animated: YES];
}

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。