adig / RemoteImageView

Easy to use, fast and configurable replacement for UIImageView that takes care of loading remote pictures
26 stars 6 forks source link

Don't use local variable for resized image #2

Closed mikrobi closed 11 years ago

mikrobi commented 11 years ago

If we use a local variable the actual resized/modified image by the _imageResizeBlock will never be returned.

adig commented 11 years ago

Good catch. Thanks !