首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

跳转到上一个VIEW

2012-09-16 
跳转到下一个VIEWTestControllerView *_testControllerView [[TestControllerView alloc] init]??[self.

跳转到下一个VIEW

TestControllerView *_testControllerView =[[TestControllerView alloc] init];
?
?[self.navigationController pushViewController:_testControllerView animated:NO];
?
?[_testControllerView release];

热点排行