don't to perform download if url is "" but not nil
sometimes user may pass @"" as url to sdwebimage to download, now it will also run NSURLConnection and try to download, actually there is no need to do this. I think maybe use url.absoluteString.length == 0 to avoid that url is not nil but a empty string will be better
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or login to post a comment