UITableViewCell中的图像宽度更改为单击

时间:2017-07-26 23:00:38

标签: ios css uitableview sdwebimage

@nathan这是我的整个控制器。 我的问题是,当我单击一个tableview单元格时,图像大小会发生变化并变得太长。 我无法弄清楚如何修复尺寸,我尝试了一切。 为了进行URL解析,我使用了NSXMLParser,而我使用SDWebImage将图像加载到单元格中。

当我按下一个元素时,它的大小会发生变化。 像这样:

enter image description here

enter image description here

如何解决?

1 个答案:

答案 0 :(得分:1)

这似乎是内容模式问题。将imageView的contentMode设置为aspectFit / aspectFill(取决于您想要达到的目标)