我正在将我的应用程序从Swift2更新到Swift4,在通过以下方式将UITableViewCell转换为String时似乎丢失了一些功能:String(MyTableViewCell)我尝试在其中使用它的实例是:letcell=tableView.dequeueReusableCell(withIdentifier:String(PlayerReportCell),forIndexPath:indexPath)as!PlayerReportCell这只是失去了功能还是有新的方法来做到这一点?我得到的错误是..Cannotinvokeinitializerfortype'String'