常见swiftbug
Kingfisher: Ambiguous use of 'setBackgroundImage(with:for:placeholder:options:progressBlock:completionHandler:)'
解决办法:
换成这个方法: iconImageView.kf.setImage(with: ...) , placeholder: ...)
常见swiftbug
解决办法:
换成这个方法: iconImageView.kf.setImage(with: ...) , placeholder: ...)