我是iOS开发的新手。我正在尝试实现分组的tableView
(静态)。我不知道如何采取行动,我的意思是单击必须在下一个ViewController
导航的任何部分中的tableView单元。
Here is screenshot I created in StoryBoard
要实现此目的,我必须用didSelectRowAtIndexPath
方法编写什么代码。
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//code
}
答案 0 :(得分:0)
您可以尝试
UIViewController*vc = [self.storyboard instantiateViewControllerWithIdentifier:@"VCid"];
[self presentViewController:vc animated:true completion:nil];
或将根嵌入到navigationController中
[self.navigationController pushViewController:vc animated:true];
在IB VCid
中给VC此标识符//
您需要使其成为单选而不是无选,也不必在类内部为tableView创建出口,因为它可以在UITableViewController
中以tableView
的形式在所有Object.keys
中使用默认值>