Difference between revisions of "IPad iOS 6 Development Essentials"
From Techotopia
Line 57: | Line 57: | ||
#* [[Testing iOS 6 Apps on the iPad – Developer Certificates and Provisioning Profiles|Installing an App onto a Device]]<br><br> | #* [[Testing iOS 6 Apps on the iPad – Developer Certificates and Provisioning Profiles|Installing an App onto a Device]]<br><br> | ||
# [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)]] | # [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)]] | ||
+ | #* [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)|Data Encapsulation]] | ||
+ | #* [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)|Properties, Synthesized Accessor Methods]] | ||
+ | #* [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)|Accessing Property Instance Variables]] | ||
+ | #* [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)|The Modified Bank Account Example]] | ||
+ | #* [[Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)|Objective-C and Dot Notation]]<br><br> | ||
# [[The Basics of Modern Objective-C (iPad)]] | # [[The Basics of Modern Objective-C (iPad)]] | ||
#* [[The Basics of Modern Objective-C (iPad)|Default Property Synthesis]] | #* [[The Basics of Modern Objective-C (iPad)|Default Property Synthesis]] |
Revision as of 14:37, 7 December 2012
Table of Contents | Next | |
About iPad iOS 6 Development Essentials |
<google>BUY_IOS6_IPAD</google>
Table of Contents
- About iPad iOS 6 Development Essentials
- Joining the Apple iOS 6 Developer Program
- Installing Xcode 4 and the iOS 6 SDK
- Creating a Simple iPad iOS 6 App
- iPad iOS 6 Architecture and SDK Frameworks
- Testing iOS 6 Apps on the iPad – Developer Certificates and Provisioning Profiles
- Creating an iOS Development Certificate Signing Request
- Submitting the iOS Development Certificate Signing Request
- Installing an iOS Development Certificate
- Assigning Devices
- Creating an App ID
- Creating an iOS Development Provisioning Profile
- Enabling an iPad Device for Development
- Associating an App ID with an App
- iOS and SDK Version Compatibility
- Installing an App onto a Device
- Objective-C - Data Encapsulation, Synthesized Accessors and Dot Notation (iOS 6)
- The Basics of Modern Objective-C (iPad)
- Creating an Interactive iOS 6 iPad App
- Writing iOS 6 Code to Hide the iPad Keyboard
- Establishing iOS 6 Outlets and Actions using the Xcode Assistant Editor (iPad)
- An Introduction to iPad Auto Layout in iOS 6