&tag(UIKit/ページ遷移);

目次[edit]

参考情報[edit]

他のUIViewControllerを読み出す[edit]

    OtherViewController* controller = [[OtherViewController alloc] initWithStyle:UITableViewStyleGrouped];
    [self presentModalViewController:newNavi animated:YES];
    [controller release];
}

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS