我不明白我做错了什么。我有一个名为TblView_Categorie的UITableView,我想要做的是在所需的索引路径处获取单元格:这是我的代码:letmyRecordindex=IndexPath(row:myRecordcheck,section:0)letcell=tblViewcategorie.cellForRow(at:myRecordindex)as!categorieTVC问题是如果MyRecordIndex显示在屏幕上(不需要滚动)一切正常如果MyRecordIndex没有显示在屏幕上(需要滚动)我有这个错误:Thread1:Fatalerror:Unexpect