swift5-Kingfisher加载图片
2021-07-01 本文已影响0人
i爱吃土豆的猫
let url = URL(string: "https://img2.baidu.com/it/u=2204402038,3571693478&fm=26&fmt=auto&gp=0.jpg")
iconImage.kf.indicatorType = .activity
iconImage.kf.setImage(
with: url, placeholder: UIImage(named: "myProfile_chevron_right"),
options: [
])