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

网络图片太大后,会自动剪切,导致图片显示不完整 #227

Closed cheng77 closed 6 years ago

cheng77 commented 7 years ago

我在源码基础上,进行了优化在- (UICollectionViewCell )collectionView:(UICollectionView )collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath方法中加入缓存机制。

gsdios commented 6 years ago

是轮播图那里吗?大图显示不完整感觉是contentmode选择不合适吧。