evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

Download Complete #7

Open alokrajsharma opened 8 years ago

alokrajsharma commented 8 years ago

Hey, everything is working perfectly well, except is there a way to check if the remote image has been downloaded, as i plan to show scrollview after all my images in the scrollview has been downloaded.

evgenyneu commented 8 years ago

Hi, no unfortunately there is no way to do it currently. It may be a useful feature to implement in the future. What can be done is to use a placeholder image which will be displayed until the remote images are loaded.

scrollView.auk.settings.placeholderImage = UIImage(named: "placeholder.jpg")