ios7 - How to add UIImageView (UIActivityIndicatorForSDWebImage) in SDWebImage downloader? -
I am using SDWebImage to download the image. I want to show an indicator while downloading the image. For this I got a square UIImageView ( You can copy .h and .m in your project as stated in the document In the first error, the UIImageView + WebCap category was not found. Are you sure you imported SDWebImage? Apart from the other screenshots, it seems that SDWebImageCompletionBlock is not found. I think it was introduced in version 3.7 of SDWebImage, so you may have an older version UIActivityIndicatorForSDWebImage ); I have found it: Anybody please help me how do I add it to my project? I'm not using cocoapod to help Kripa Marie.
Comments
Post a Comment