-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
UIActivityIndicatorView support #131
Conversation
Bummer this isn't part of SDWebImage :( Would be very nice to have UIActivityIndicatorViews while images are loading out of the box, rather than adding another external repo or hacking something together. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Hey @MartinHerman , They don't want an activity indicator on the main project. |
Hi guys. Sorry it took so much, but I will reopen the pull request and think about this in the near future. Note: I briefly looked at the implementation from JJSaccolo and I would avoid having another set of setImageWithUrl methods just for the |
Create a category is nice idea. :) |
just added suport to UIActivityIndicatorView while image is downloading, if you like to add to the main project, here it is.