mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-14 08:43:18 +08:00
Merge pull request #354 from 343max/retuned-processed-image
return the processed image instead of the original image when it's being stretched
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
}
|
||||
|
||||
if (stretchable) {
|
||||
return [image resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
|
||||
return [result resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user