fengshh93

Results 4 comments of fengshh93

未解决啊,很多列表都必用group,后面看看吧

我并未隐藏footer 加载更多的时候用的是菊花的样式 直接继承了MJRefreshAutoNormalFooter , 那collectionView的footer也存在这样的问题,也是这个导致的吗

估计跟新系统上的一些状态栏高度有关系,我发现footer和最后一个cell的距离是20的高度,但是我在iOS11.3系统上并未发现不正确

在YBIBDefaultWebImageMediator.m头部导入#import "UIImage+MultiFormat.h" 把方法yb_downloadImageWithURL修改一下 - (id)yb_downloadImageWithURL:(NSURL *)URL requestModifier:(nullable YBIBWebImageRequestModifierBlock)requestModifier progress:(nonnull YBIBWebImageProgressBlock)progress success:(nonnull YBIBWebImageSuccessBlock)success failed:(nonnull YBIBWebImageFailedBlock)failed { if (!URL) return nil; SDWebImageDownloadToken *token = [[SDWebImageDownloader sharedDownloader] downloadImageWithURL:URL options:SDWebImageDownloaderLowPriority progress:^(NSInteger receivedSize, NSInteger expectedSize,...