i\'m changing image of UIImageview by [self setImage: newImage];
Looks like every time I does that with newImage, prior image doesn\'t seem to be released.
Wha
Your BrutalUIImageVIew class is really interesting, but by drawing the Image using UIImage "drawInRect:" method, i loss the transparent areas of my PNG file.
Do you know how to draw the image, keeping the PNG transparence ? (Of course, not using UIImageVIew wich leaks the CGImage while calling "setImage:")