iOS 9 Application Development for iPhone and iPad Using Objective-C

Request a Quote for this class

About this Course

This iOS Development using Objective-C training class provides in-depth coverage on how to build iOS 9 native applications for iPhone and iPad using Objective-C and Apple's Cocoa framework.

At Course Completion

Upon completing this course, student will:

  • Learn to understand iOS application development architecture.
  • Learn to gain familiarity with Xcode and other Apple development tools.
  • Learn proper use of techniques and patterns in Objective-C.
  • Learn to design app UIs using storyboards.
  • Learn to explore techniques for custom drawing and animation.
  • Learn to build an app that communicates with a web service.
  • Learn to use best practices for targeting both iPhone and iPad devices.

Prerequisites

  • Substantial previous programming experience using an object-oriented C-based language such as C#, Java, or C++.

Courses that can help you meet these prerequisites:

  • Objective-C Training for iOS Development

Course Outline

Introduction

  • iOS Devices
  • iOS Operating System
  • Programming Languages
  • Development Tools
  • iOS SDK
  • Apple Developer Program

Objective-C (Part I)

  • Introduction
  • Data Types and Variables
  • Message Passing
  • Basic Types
  • User Defined Types

Unit Testing

  • Introduction
  • XCTest Framework
  • Xcode Service

iOS App Architecture

  • Introduction
  • Model-View-Controller (MVC)
  • View Controllers
  • Storyboards
  • Outlets
  • Actions

Auto Layout

  • Introduction
  • Constraints
  • Insufficient Constraints
  • Misplaced Views
  • Conflicting Constraints
  • Content Hugging
  • Compression Resistance
  • Size Classes

Objective-C (Part II)

  • Automatic Reference Counting (ARC)
  • Object Initialization

Storyboards

  • Scenes
  • Segues
  • Moving Data Between Controllers
  • Navigation Controller

Table Views

  • Introduction
  • Data Sources
  • Delegates

Objective-C (Part III)

  • Protocols
  • Categories
  • Blocks

Networking

  • URL Loading System
  • NSURLSession
  • Asynchronous Downloads
  • Strings and Images
  • JSON
  • XML
  • HTTP POST Requests

Local Storage

  • User Defaults
  • Sandboxing
  • Working with Files
  • Archiving
  • UIDocument
  • SQLite
  • Core Data

Multitouch, Taps, and Gestures

  • Introduction
  • Gestures, Taps, and Touches
  • Touch Notification Methods
  • Gesture Recognizers

Drawing

  • Core Graphics and Quartz 2D
  • Points, Coordinates, and Pixels
  • Graphics Context

Animation

  • Core Animation
  • UIView Core Animation Blocks
  • Animation Curves
  • Transformations

App Statea

  • Introduction
  • Best Practices
  • App States
  • App Lifecycle
  • Moving to the Background
  • Memory Usage
  • Background Execution

Notifications

  • Local Notifications
  • Push Notifications

Core Location and MapKit

  • Basics
  • Location Accuracy
  • Distance Filter
  • Calculating Distances
  • Compass
  • MapKit Framework

Localization

  • Introduction
  • Resources
  • Language and Region
  • NSLocale
  • Text
  • Dates
  • Numbers

Running on a Physical Device

  • Introduction
  • Signing Assets
  • Xcode Integration

Performance and Power Optimization

  • Introduction
  • Measuring Performance
  • Responsiveness
  • Memory Usage
  • Networking
  • Core Location

Deployment

  • Icons and Launch Images
  • Archiving
  • Distribution
  • iTunes Connect