ImageIO.framework
From iPhone Development Wiki
| ImageIO.framework | |
| Private Framework | |
|---|---|
| Availabile | 2.0 – present |
| Class Prefix | CGImage |
The ImageIO framework is a direct port of the Mac OS X's equivalent, except that it is private on the iPhoneOS. Usage of this framework is clearly illustrated in this official reference:
Usually you don't need to use these functions, as UIKit's UIImage can read most of the formats.
| |||||||||||