Difference between revisions of "IPhone iOS 4 Development Essentials Xcode 4 Edition"
From Techotopia
Line 60: | Line 60: | ||
#* [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|System (LibSystem)]]<br><br> | #* [[iOS 4 Architecture and SDK Frameworks (iOS 4 Xcode 4)|System (LibSystem)]]<br><br> | ||
# [[Installing Xcode 4 and the iOS 4 SDK]] | # [[Installing Xcode 4 and the iOS 4 SDK]] | ||
+ | #* [[Installing Xcode 4 and the iOS 4 SDK|Identifying if you have an Intel or PowerPC based Mac]] | ||
+ | #* [[Installing Xcode 4 and the iOS 4 SDK|Installing Xcode 4 and the iOS 4 SDK]] | ||
+ | #* [[Installing Xcode 4 and the iOS 4 SDK|Starting Xcode 4]]<br><br> | ||
+ | # [[Creating a Simple iOS 4 iPhone App (Xcode 4)]] |
Revision as of 14:03, 28 March 2011
- About iPhone iOS 4 App Development Essentials - Xcode 4 Edition
- The Anatomy of an iPhone 4
- iOS 4 Architecture and SDK Frameworks
- iPhone OS becomes iOS
- An Overview of the iOS 4 Architecture
- The Cocoa Touch Layer
- UIKit Framework (UIKit.framework)
- Map Kit Framework (MapKit.framework)
- Push Notification Service
- Message UI Framework (MessageUI.framework)
- Address Book UI Framework (AddressUI.framework)
- Game Kit Framework (GameKit.framework)
- iAd Framework (iAd.framework)
- Event Kit UI Framework
- The iOS Media Layer
- 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 iOS 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 iOS Core OS Layer
- Accelerate Framework (Accelerate.framework)
- External Accessory framework (ExternalAccessory.framework)
- Security Framework (Security.framework)
- System (LibSystem)
- Installing Xcode 4 and the iOS 4 SDK
- Creating a Simple iOS 4 iPhone App (Xcode 4)