absoluteString for iOS 3
This commit is contained in:
parent
3ef0f609fd
commit
c972489931
|
@ -126,7 +126,7 @@ NSString *const SDWebImageDownloadStopNotification = @"SDWebImageDownloadStopNot
|
||||||
if ([delegate respondsToSelector:@selector(imageDownloader:didFinishWithImage:)])
|
if ([delegate respondsToSelector:@selector(imageDownloader:didFinishWithImage:)])
|
||||||
{
|
{
|
||||||
CGFloat scale = 1.0;
|
CGFloat scale = 1.0;
|
||||||
NSString *lastPathComponent = url.lastPathComponent;
|
NSString *lastPathComponent = url.absoluteString;
|
||||||
if ([lastPathComponent hasSuffix:@"@2x.png"] || [lastPathComponent hasSuffix:@"@2x.jpg"]) {
|
if ([lastPathComponent hasSuffix:@"@2x.png"] || [lastPathComponent hasSuffix:@"@2x.jpg"]) {
|
||||||
scale = 2.0;
|
scale = 2.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue