I am trying to load UIImage object from NSData, and the sample code was to NSImage, I guess they should be the same. But just now load
UIImage
NSData
NSImage
UIImage has an -initWithData: method. From the docs: "The data in the data parameter must be formatted to match the file format of one of the system’s supported image types."
initWithData: