cell.tableViewClosure = {[unowned self] in
self.tableView.beginUpdates()
// Singleton
Strings.shared.strings[indexPath.row] = cell.textField.text!
self.tableView.reloadRows(at: [indexPath], with: .automatic)
self.tableView.endUpdates()
}
我想在我的页面中加载svg,但是当页面加载此错误显示在控制台中时。 什么是这个函数的依赖附加和其他东西