- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath {
[self performSegueWithIdentifier:@"YourSegueIdentifierHere" sender:self];
}
これは、特定のビューコントローラでのテーブルのすべてのテーブルセルの作業です。誰かが私を助けることができます、私が異なるセルに異なるセグエを使用したいだけの場合、セルを分離するための最良の方法は何ですか?