SKPhotoBrowser
SKPhotoBrowser copied to clipboard
SKPhoto.photoWithImageURL(imageUrl, holder: holderImage) can't display image from network
when i use SKPhoto.photoWithImageURL(imageUrl, holder: holderImage) method to Initialize skphoto , it can't display image, only display placeholder image .
but use SKPhoto.photoWithImageURL(imageUrl) method, it works fine.
my xcode version is 9.4, mobile device version is iOS 11.4, problem happens both in SKPhotoBrowser version 5.0.0 and 5.1.0
https://github.com/suzuki-0000/SKPhotoBrowser/issues/316 The same problem