私はコーディングに非常に慣れています。私はチュートリアルを行っていますが、このバグは継続しています。何をすべきかわからない。私は1時間以上答えを探していました。誰でもここに感謝を助けることを願っています。タイプ 'UINavigationController'(0x10426be10)の値をキャストできませんでした
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
let indexPath = self.tableView.indexPath(for: sender as! UITableViewCell)!
let contact = self.contacts[indexPath.row]
let destination = segue.destination as! DetailViewController
destination.contact = contact
}
https://stackoverflow.com/questions/45688834/could-not-cast-value-of-typeに定義されていることを確認し
を-uinavigationcontroller-to-jacrs-ios-topviewcontr – Bapu