关于一个TableViewCell中有多个按钮的页面跳转问题,小白求助

2025-02-22 21:54:58
推荐回答(1个)
回答1:

SecondViewController *test = [[SecondViewController alloc] init];
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:test];
[self presentModalViewController:nav animated:YES];