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
i think this is a bug ,and should modify the UIImage *SDScaledImageForPath(NSString *path, NSObject *imageOrData) method: if (image &&[[UIScreen mainScreen] respondsToSelector:@selector(scale)]) not if ( [[UIScreen mainScreen] respondsToSelector:@selector(scale)])
bpoplauschi
added a commit
to bpoplauschi/SDWebImage
that referenced
this issue
Jun 10, 2014
if the image url is exist,and not have image ; for example :people.avatarbig http://ws.loc.sh/images/515b9f54e4b04a5a481030f9
if(![GlobalVariable isBlankString:people.avatarbig]){
my cell.headImage not show the default_user.png ,and show nothing
The text was updated successfully, but these errors were encountered: