intsig171
Results
1
issues of
intsig171
let thumbnailProcessor = ResizingImageProcessor(referenceSize: CGSize(width: maxLength, height: maxLength), mode: .aspectFit) wrappedValue.kf.setImage( with: URL(string: urlString), placeholder: placeholder, options: [ .processor(thumbnailProcessor), .scaleFactor(UIScreen.main.scale), .cacheOriginalImage ]) 在列表中加载图片,崩溃在此。 