I can create UIImage from NSData using [UIImage imageWithData:] or [UIImage initWithData:] methods.
UIImage
NSData
[UIImage imageWithData:]
[UIImage initWithData:]
I wonder i
Things have changed since the above answer was given, for those still looking because they share CipherCom's concern: iOS 5 has added the CIImage property.