• In some cases the user may end up with an empty urls NSArray, in which case the completion block is never called.
    This commit handle such case to call immediately the completion block (if any)
    by Alexis Creuzot
     
    Browse Files



  • - deprecated block type `SDWebImageCompletedWithFinishedBlock`, replaced with `SDWebImageCompletionWithFinishedBlock` that contains NSURL* param
    - deprecated SDWebImageManager `-downloadWithURL:options:progress:completed:` method. Replaced with `downloadImageWithURL:options:progress:completed:` that uses the `SDWebImageCompletionWithFinishedBlock ` as completion block type
    - created Deprecated category for SDWebImageManager containing the old method
    - replaced the usages of the deprecated items with the new ones
    by Bogdan Poplauschi
     
    Browse Files