在 Kingfisher 文档中,有关于在为常规 imageView 设置图像时设置 indicatorType 的信息:
imageView.kf.indicatorType = .activity
imageView.kf.setImage(with: url)
但是在为 UIButton 设置背景图片时如何设置 indicatorType 呢?
myButton.kf.setBackgroundImage(with: url, for: .normal)