-
Notifications
You must be signed in to change notification settings - Fork 231
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
[URGENT] onProgress Callback not called / Indicator not showing #258
Comments
Update The |
Seems by design?... If the network directly failed, current UIKit-based SDWebImage's manager or The progress block, actually, only useful when image is from network. (if it from disk cache there are no any callback in history) Why is this import to you ? |
Image is from network. it's first nil, and then the url is changing to retrieve an image. in this time I need a callback progress so the placeholder shows a loader... and finally the wanted image from the URL. in other words its needed to listen to the url changes @dreampiggy |
The URL is listening to changes, please friend make also the onProgressCallback to trigger when changing the url. @dreampiggy |
The view is triggered again with the updated image when the
URL
is not nil, but can't figure why the loading indicator is not showing, even with a custom one.iOS 16+
iPhone 14 Pro
The text was updated successfully, but these errors were encountered: