To create an UiImage with a image file, I use the code as below:
UIImage *aImage = [[UIImage imageNamed:@\"demo.jpg\"]autorelease];
If I wa
For anyone looking to load image from the web the following library may be helpful:
https://github.com/rs/SDWebImage
It's a UIImageView category which handles async loading and image caching from url.
UIImageView