I’m not completly sure, but shouldn’t this be “result” instead of “image”?

This commit is contained in:
Max von Webel
2015-03-05 14:35:40 -08:00
parent 10adca52d0
commit 086af4f99c

View File

@@ -246,7 +246,7 @@
}
if (stretchable) {
return [image resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
return [result resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
}
return result;