如何在内容中基于UIImage增加UITableViewCell

时间:2017-12-04 10:59:32

标签: ios swift uitableview uiimage

我遇到的问题是如何在内容中基于UIImage增加UITableViewCell。

来自URL的图片将被下载并显示在带有AlamofireImage的UIImageView中。

我添加如下:

func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
    return UITableViewAutomaticDimension
}

并配置正确的约束

enter image description here

请告诉我我错过的地方。

0 个答案:

没有答案