Lasithih / LIHImageSlider

LIHImageSlider is an automatic image slider written in Swift
MIT License
13 stars 6 forks source link

Great slider, but how load images async to slider? #7

Open jeudesprits opened 6 years ago

jeudesprits commented 6 years ago

How load images async to slider?

marcoaras commented 5 years ago

You can use 3rd party solutions for async download such as Kingfisher You can use method to download image (ImageDownloader.default.downloadImage) then you can append downloaded images into your image array.