Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Spinner #60

Open
junaid04 opened this issue Mar 14, 2017 · 2 comments
Open

Show Spinner #60

junaid04 opened this issue Mar 14, 2017 · 2 comments

Comments

@junaid04
Copy link

Is there any way to show spinner because this property is not found
scrollView.auk.settings.showSpinnerWhileLoading = true

@evgenyneu
Copy link
Owner

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")

@junaid04
Copy link
Author

ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants