跳转到下一个VIEW
TestControllerView *_testControllerView =[[TestControllerView alloc] init];
?
?[self.navigationController pushViewController:_testControllerView animated:NO];
?
?[_testControllerView release];
发布时间: 2012-09-16 17:33:16 作者: rapoo
跳转到下一个VIEW
TestControllerView *_testControllerView =[[TestControllerView alloc] init];
?
?[self.navigationController pushViewController:_testControllerView animated:NO];
?
?[_testControllerView release];