iPhone Developer Intervention Week 10: Frameworks
by at June 4, 2009 6:49 am
Sections: iPhone, iPhone OS, SDK and hacks, iPhone/iPod touch/iPad, iPod, iPod touch, Originals
Sections: iPhone, iPhone OS, SDK and hacks, iPhone/iPod touch/iPad, iPod, iPod touch, Originals

On the iPhone, for instance, there is the UIKit framework, which is the main one for creating and manipulating interface objects. Apple by default includes this into most new projects dealing with the iPhone because it is necessary to allow the user to interact with applications. Some other frameworks available on the iPhone include CoreLocation (which is used for the GPS and other location services), AddressBook (which is used to access the contacts), and CoreAudio (which is used for audio). If the ones built in by Apple aren’t enough, developers can create their own and either choose to make them public or private based on what they are using them for.
See more iPhone Developer Intervention articles.
Related Posts