Improve your experience. We are very sorry but this website does not support Internet Explorer. We recommend using a different browser that is supported such as Google Chrome or Mozilla Firefox.

iOS Essentials

If you're new to iOS development and want to write applications that run on the iPhone or iPad, this course is just what you need.

Description

This 4.5 day course introduces students to developing applications for iOS using the Swift programming language. Students will learn about the fundamental building blocks of iOS as well as common patterns and conventions to help propel their iOS development skills forward.

Online Bootcamp Price: $2450

Who should take this class?

Who Should Take This Course

  • Existing object-oriented developer who wants to learn iOS development.

  • Students should already be familiar with basic programming concepts: variables, statements, functions, arrays, data structures and common programming problems. Students should be comfortable with the Swift programming language.

How to prepare:

Prerequisites

  • For iOS & Swift courses, students need a Mac running macOS Monterey 12.0 or later with Xcode 13 installed prior to starting class.

Syllabus:

Syllabus

Xcode

  • Navigate Apple’s IDE for developing iOS applications.

  • Debug problems with applications using the tools that Xcode provides.

User Interfaces

  • Explore basic interface elements such as labels, buttons, and segmented controls.

  • Use text fields along with the delegation design pattern to gather user input.

  • Build interfaces more easily using stack views.

  • Use containers such as tab bar and navigation controllers to manage more complicated application structures.

  • Design flexible interfaces that scale across different devices and screen sizes using Auto Layout and size classes.

Collections

  • Learn how to utilize the data source design pattern.

  • Display lists of elements using table views.

  • Display grids of elements using collection views.

Localization

  • Remove hard-coded locale-specific information – such as date formatting and decimal separators – from applications.

  • Localize applications into more than one language.

Data Persistence

  • Learn how the file system is organized on iOS.

  • Use archiving to persist simple object graphs to the file system.

Web Services

  • Interact with live APIs to fetch and display external information to the user.

  • Parse JSON data into Swift model objects.

Press enter to see more results