Difference between revisions of "IPhone iOS 4 Development Essentials"
From Techotopia
Line 43: | Line 43: | ||
#* [[The iPhone iOS 4 Media Layer|Core Midi Framework (CoreMIDI.framework)]]<br><br> | #* [[The iPhone iOS 4 Media Layer|Core Midi Framework (CoreMIDI.framework)]]<br><br> | ||
# [[The iPhone iOS 4 Core Services Layer]] | # [[The iPhone iOS 4 Core Services Layer]] | ||
− | + | #* [[The iPhone iOS 4 Core Services Layer|Address Book framework (AddressBook.framework)]] | |
+ | #* [[The iPhone iOS 4 Core Services Layer|CFNetwork Framework (CFNetwork.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Core Data Framework (CoreData.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Core Foundation Framework (CoreFoundation.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Core Media Framework (CoreMedia.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Core Telephony Framework (CoreTelephony.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|EventKit Framework (EventKit.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Foundation Framework (Foundation.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Core Location Framework (CoreLocation.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Mobile Core Services Framework (MobileCoreServices.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Store Kit Framework (StoreKit.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|SQLite library]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|System Configuration Framework (SystemConfiguration.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core Services Layer|Quick Look Framework (QuickLook.framework)]]<br><br> | ||
# [[The iPhone iOS 4 Core OS Layer]] | # [[The iPhone iOS 4 Core OS Layer]] | ||
+ | #* [[The iPhone iOS 4 Core OS Layer|Accelerate Framework (Accelerate.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core OS Layer|External Accessory framework (ExternalAccessory.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core OS Layer|Security Framework (Security.framework)]] | ||
+ | #* [[The iPhone iOS 4 Core OS Layer|System (LibSystem)]]<br><br> |
Revision as of 20:05, 4 January 2011
This eBook is currently under development and is scheduled for completion in March 2011. The goal of this book is to provide the essential knowledge necessary to develop iOS 4 based applications to run on the iPhone.
- The Anatomy of an iPhone 4
- The iOS 4 Architecture and SDK Frameworks
- The iPhone iOS 4 Cocoa Touch Layer
- The iPhone iOS 4 Media Layer
- iOS 4 Graphics and Video Support
- Core Video Framework (CoreVideo.framework)
- Core Text Framework (CoreText.framework)
- Image I/O Framework (ImageIO.framework)
- Assets Library Framework (AssetsLibrary.framework)
- Core Graphics Framework (CoreGraphics.framework)
- Quartz Core Framework (QuartzCore.framework)
- OpenGL ES framework (OpenGLES.framework)
- iOS Audio Support
- AV Foundation framework (AVFoundation.framework)
- Core Audio Frameworks (CoreAudio.framework, AudioToolbox.framework and AudioUnit.framework)
- Open Audio Library (OpenAL)
- Media Player framework (MediaPlayer.framework)
- Core Midi Framework (CoreMIDI.framework)
- The iPhone iOS 4 Core Services Layer
- Address Book framework (AddressBook.framework)
- CFNetwork Framework (CFNetwork.framework)
- Core Data Framework (CoreData.framework)
- Core Foundation Framework (CoreFoundation.framework)
- Core Media Framework (CoreMedia.framework)
- Core Telephony Framework (CoreTelephony.framework)
- EventKit Framework (EventKit.framework)
- Foundation Framework (Foundation.framework)
- Core Location Framework (CoreLocation.framework)
- Mobile Core Services Framework (MobileCoreServices.framework)
- Store Kit Framework (StoreKit.framework)
- SQLite library
- System Configuration Framework (SystemConfiguration.framework)
- Quick Look Framework (QuickLook.framework)
- The iPhone iOS 4 Core OS Layer