i am creating cells with width and height of UIImage.
i am getting the images from Facebook post OR twitter Feed.
Currently i just can set the cells size AFTER downloading the image and this leads to delaying.
So my question is: is it possible to get the image headers WITHOUT downloading the image itself with folling Frameworks/SDKs:
- SLRequest
- Facebook SDK
- Twitter Api
i only need the header informations of the images for layouting my UI.
Any recommendations or experiences about that?