我正在尝试通过单击表格单元格从UITableView移动到UIView。我正在使用一个手动Segue,它连接到UITableView的ViewController,然后连接到具有给定名称的UIView的ViewController。我用这个来调用它:[selfperformSegueWithIdentifier:@"todoEditSegue"sender:self];但是我得到这个错误:Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'Receiver()hasnoseguewithide