我遇到的问题是如何在内容中基于UIImage增加UITableViewCell。
来自URL的图片将被下载并显示在带有AlamofireImage的UIImageView中。
我添加如下:
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return UITableViewAutomaticDimension
}
并配置正确的约束
请告诉我我错过的地方。