- 2009-12-28 (Mon) 18:01
- iPhone
NSLog(@"tableView:didSelectRowAtIndexPath 1"); PersonalSettingViewController *psvc = [[[PersonalSettingViewController alloc] init] autorelease]; NSLog(@"tableView:didSelectRowAtIndexPath 2"); [self.navigationController pushViewController:psvc animated:YES]; NSLog(@"tableView:didSelectRowAtIndexPath 3");
このソースで、pushViewController:animated が動作しない(psvcのビューが表示されない)
PersonalSettingViewController のviewDidLoad: は読み込まれている。
ぐぐったらなんか出てきた。
http://discussions.apple.com/thread.jspa?threadID=1767264
サンプルのソースがあった
UITabBarController + UINavigationController + UITableViewController
- Newer: Failed to subscribe to … @Xcode
- Older: mixiアプリ開発もはじめよう
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://plavs.com/2009/12/28/pushviewcontrolleranimated/trackback/
- Listed below are links to weblogs that reference
- pushViewController:animated from Yupの開発日記