&tag(UIKit, UIViewController);

目次[edit]

生成[edit]

ビューをコードで生成生成する[edit]

画面遷移[edit]

他のビューコントローラーを呼び出す[edit]

		EditListViewController *editListViewController = [[EditListViewController alloc] initWithStyle:UITableViewStyleGrouped];
		[[self navigationController] pushViewController:editListViewController animated:YES];
		[editListViewController release];			

メモリ管理[edit]

deallocとviewDidUnLoad[edit]


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