You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @junaid04, thanks for the suggestion. No unfortunately this has not been implemented yet. I will put it into TODO list.
A workaround is to show a placeholder image while the image is being loaded
// Show placeholder image while remote image is being downloaded.
scrollView.auk.settings.placeholderImage =UIImage(named:"placeholder.jpg")
// Show an image AFTER specifying the settings
scrollView.auk.show(url:"https://bit.ly/auk_image")
Is there any way to show spinner because this property is not found
scrollView.auk.settings.showSpinnerWhileLoading = true
The text was updated successfully, but these errors were encountered: