我正在开发一个通用应用程序。因为我使用的是UITableView
.I 动态创建的。我写了下面的代码。didSelectRowAtIndexPath
但它没有移动到下一页。请告诉我如何做到这一点。
FirstViewController *fst =[[FirstViewController alloc]init];
[self.navigationController pushViewController:fst animated:YES];
我正在开发一个通用应用程序。因为我使用的是UITableView
.I 动态创建的。我写了下面的代码。didSelectRowAtIndexPath
但它没有移动到下一页。请告诉我如何做到这一点。
FirstViewController *fst =[[FirstViewController alloc]init];
[self.navigationController pushViewController:fst animated:YES];