常見swiftbug
Kingfisher: Ambiguous use of 'setBackgroundImage(with:for:placeholder:options:progressBlock:completionHandler:)'
解決辦法:
換成這個(gè)方法: iconImageView.kf.setImage(with: ...) , placeholder: ...)
常見swiftbug
解決辦法:
換成這個(gè)方法: iconImageView.kf.setImage(with: ...) , placeholder: ...)