我是Swift和iOS的新手,在这种情况下,我想获取一个URL字符串数组并在UITableViewCell中填充一个ImageView,我已经为其创建了一个名为MyTableViewCell的适当类。它崩溃了,我收到错误:"fatalerror:unexpectedlyfoundnilwhileunwrappinganOptionalvalue"当行imageTableView.datasource=self运行时,我可以看到在viewDidLoad()中发生了什么。我在View中这样设置数据和委托(delegate):overridefuncviewDidLoad(){super.v