gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

和SDWebImageView和TableViewCell一起使用时有些问题 #72

Closed mengxianliang closed 8 years ago

mengxianliang commented 8 years ago

当Cell的ImageView通过SDWebImage加载完成后,ImageView需要实现自动适应下载完成的图片宽高。要实现这个要有一定的延迟时间,在图片加载完成后 sdAutoLayout已经失效了,在改变cell中ImageView的宽高后怎么重新刷新列表,求指导。

gsdios commented 8 years ago

图片的尺寸信息应该由服务器返回