SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoPickerViewCell 请问如果是网络图片如何设置photoView的placeholder 图片

lilin87788 opened this issue · comments

commented

我是这样设置的好像无效
let photoAsset = PhotoAsset(imageURL:url )//urls 是网络图片,当图片不正确时 placeholder 没有显示
cell.photoView.placeholder = UIImage.placeHoldImage(CGSize(width: itemWidth, height: itemWidth))
cell.photoAsset = photoAsset

commented
image
commented

这样解决的,不知道这样解决是不是对的

image 这样