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
@tom29 Hi
i think this feature is something you can do on the progress block of the method you use to get your image.
You can use this method - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletionBlock)completedBlock usingActivityIndicatorStyle:(UIActivityIndicatorViewStyle)activityStyle
and use the progress block to make your own custom % loading indicator
I already intergrate it on sdwebimage, i'm using it for load grid files.
Can i have percentage loading indicator for large file?
The text was updated successfully, but these errors were encountered: