美文网首页
swift5-Kingfisher加载图片

swift5-Kingfisher加载图片

作者: i爱吃土豆的猫 | 来源:发表于2021-07-01 14:52 被阅读0次
    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: [
     ])

    相关文章

      网友评论

          本文标题:swift5-Kingfisher加载图片

          本文链接:https://www.haomeiwen.com/subject/euzlultx.html