IPad iOS 6 Development Essentials
From Techotopia
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
- The Basics of Objective-C Programming
- The Basics of Object Oriented Programming in Objective-C
- What is an Object?
- What is a Class?
- Creating the Example Project
- Declaring an Objective-C Class Interface
- Adding Instance Variables to a Class
- Defining Instance Methods
- Declaring an Objective-C Class Implementation
- Declaring and Initializing a Class Instance
- Calling Methods and Accessing Instance Data
- How Variables are Stored
- An Overview of Indirection
- Indirection and Objects
- Indirection and Object Copying
- Creating the Program Section
- Compiling and Running the Program
- 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
- Working with iPad iOS 6 Auto Layout Constraints in Interface Builder
- An iPad iOS 6 Auto Layout Example
- Implementing iPad iOS 6 Auto Layout Constraints in Code
- Implementing iPad Cross-Hierarchy Auto Layout Constraints in iOS 6
- Understanding the iPad iOS 6 Auto Layout Visual Format Language
- Using Xcode Storyboarding with iOS 6 (iPad)
- Creating the Storyboard Example Project
- Accessing the Storyboard
- Adding Scenes to the Storyboard
- Configuring Storyboard Segues
- Configuring Storyboard Transitions
- Associating a View Controller with a Scene
- Passing Data Between Scenes
- Unwinding Storyboard Segues
- Triggering a Storyboard Segue Programmatically
- Using Xcode Storyboards to create an iOS 6 iPad Tab Bar Application
- An Overview of the Tab Bar
- Understanding View Controllers in a Multiview Application
- Setting up the Tab Bar Example Application
- Reviewing the Project Files
- Renaming the Initial View Controller
- Adding the View Controller for the Second Content View
- Adding the Tab Bar Controller to the Storyboard
- Adding a Second View Controller to the Storyboard
- Designing the View Controller User interfaces
- Configuring the Tab Bar Items
- Building and Running the Application
- An Overview of iPad iOS 6 Table Views and Xcode Storyboards