Possible Duplicate:
Remote image size without downloading
I have some tables,views, etc that shows images that are on remote URLs. In order to make the app more fluid, all the images are being downloaded asynchronously.
In that context, I need to know the width/height of an image without downloading it in order to correctly set heights to the table rows and views that are one behind the other (like Pinterest gui).
Does anyone know how to do that?
Thanks?