Ontdek wat deze opleiding jou kan bieden!

 


 

Home Alle Opleidingen
iOS Development met Swift
terug naar zoekresultaten

iOS Development met Swift

Deelnemerskosten
€ 3.628,79 incl. BTW

Lesgeld

€ 2.999,00
Totaal excl. BTW
€ 2.999,00
BTW
€ 629,79
Totaal incl. BTW
€ 3.628,79
Startdata in een groep op locatie en online
Locatie: Houten
Start: 19-01-2026
Toon rooster
Aanmelden
Locatie: Amsterdam
Start: 19-01-2026
Toon rooster
Aanmelden
Locatie: Rotterdam
Start: 19-01-2026
Toon rooster
Aanmelden
Locatie: Eindhoven
Start: 19-01-2026
Toon rooster
Aanmelden
In de cursus iOS development met Swift leren de deelnemers de programmeer taal Swift te gebruiken voor de ontwikkeling van apps voor de iPhone en de iPad.
Image
Image

Apps Intro

De cursus iOS Development met Swift gaat van start met een bespreking van de iOS Architecture, de anatomie van iOS devices en de iOS SDK. Ook komen de Templates, Projects, Workspaces en Interface Builder van de XCode IDE aan de orde.

App Architecture

Na een overzicht van de essenties van de Swift programmeertaal wordt vervolgens aandacht besteed aan de Model View Controller architectuur van iOS apps. De koppeling van User Interface elementen met code via IB

...

Apps Intro

De cursus iOS Development met Swift gaat van start met een bespreking van de iOS Architecture, de anatomie van iOS devices en de iOS SDK. Ook komen de Templates, Projects, Workspaces en Interface Builder van de XCode IDE aan de orde.

App Architecture

Na een overzicht van de essenties van de Swift programmeertaal wordt vervolgens aandacht besteed aan de Model View Controller architectuur van iOS apps. De koppeling van User Interface elementen met code via IBOutlets en IBActions komt dan ook aan de orde.

UIControls and Views

Views en controls zijn de visuele building blocks van het user interface van een iOS App. Diverse controls zoals buttons, switches, tables, date pickers en maps worden besproken. En ook views als Collection, Navigation en Tab Bar Views passeren de revu.

Multitasking

Daarnaast staat ook multitasking in iOS apps op het programma. Hierbij wordt ingegaan op Background Apps Refresh, State Restoration de Grand Central Dispatch (GCD) en Concurrency.

Data Access

File System data access met Core Data en database access met SQLite is een belangrijk onderdeel van de cursus. En ook wordt ingegaan hoe kan worden omgegaan met XML en JSON data die binnen komen via HTTP networking en web service access.

Storyboards

Deelnemers leren eveneens gebruik te maken van storyboards voor UI ontwerp en onderzoeken teken technieken en animatie. Ook komt ook het debuggen van iPhone en iPad apps aan bod.

Advanced Topics

De cursus iOS development met Swift wordt afgesloten met aandacht voor deployment issues en localisatie van apps.

Doelgroep Cursus iOS Development met Swift

De cursus iOS Development met Swift is bedoeld voor developers die de taal Swift willen gebruiken voor de ontwikkeling van apps voor de iPhone en iPad.

Voorkennis iOS Development met Swift

Om aan de cursus iOS Development met Swift te kunnen deelnemen is enige voorkennis van programmeren in Objective C of Swift vereist.

Uitvoering Training iOS Development met Swift

De theorie wordt behandeld op basis van presentatie slides. Demos worden gebruikt om de theorie te verduidelijken. Er is ruime gelegenheid tot oefenen en theorie en exercise wisselen elkaar af. In de cursus wordt gewerkt met de nieuwste versie van iOS SDK, XCode en Interface Builder. De cursustijden zijn van 9.30 tot 16.30.

Certificering iOS Development met Swift

De deelnemers krijgen na het goed doorlopen van de cursus een officieel certificaat iOS Development met Swift.

Modules

Module 1 : Apps Intro

  • XCode IDE
  • Creating projects
  • Templates, Projects, and Workspaces
  • Creating a New Project
  • LLVM and LLDB
  • Debug Gauges
  • Asset Management
  • XCTest Testing Framework
  • Anatomy of an iOS Device
  • iOS Architecture
  • Available SDKs
  • Version Compatibility

Module 2 : Swift Overview

  • Constants
  • Variables
  • Data Types
  • Collection Types
  • Functions
  • Closures
  • Classes and Structures
  • Automatic Reference Counting (ARC)
  • Optionals
  • Protocols
  • Generics
  • Objective-C Interoperability

Module 3 : App Architecture

  • MVC architecture
  • Model
  • View
  • Controller
  • IBOutlets
  • IBActions
  • Subclassing
  • Delegation
  • Root View Controller
  • Navigation Controller
  • Controlling Stack Navigation
  • Controller Communication

Module 4 : UIControls

  • Interface Builder
  • Basic Interaction
  • Buttons and Text Fields
  • Sliders and Segments
  • Switches
  • Action sheets and Alerts
  • Scrolling
  • Image scrolling
  • Zooming images
  • Data Picker

Module 5 : Views

  • The View Hierarchy
  • View behavior
  • Containers and Controls
  • Dynamic applications
  • Collection views
  • Grids
  • Text and Web Views
  • Navigation View
  • Tab Bars
  • Alert Views and Action Sheets

Module 6 : Multitasking

  • Application States
  • Background Execution
  • Background App Refresh
  • State Restoration
  • Concurrency
  • Grand Central Dispatch (GCD)
  • Serial and Concurrent Queues
  • Main Dispatch Queue
  • Completion Blocks
  • Operation Queues

Module 7 : Advanced Controls

  • Pickers
  • Tables
  • Customizing Tables
  • Delegates
  • DataSources
  • Table View Styles
  • Custom Cells
  • Tab Bars
  • Using MapKit
  • Display Maps
  • Navigate Locations

Module 8 : Persistence

  • Storing user preferences
  • NSFileManager and NSFileHandle
  • Pathnames in Swift
  • Directories and Files
  • Reading and Writing from a File
  • Key-Value Data
  • Using SQLite Directly
  • Overview of Core Data
  • Managed Objects
  • Persistent Store Coordinator
  • Retrieving and Modifying Data

Module 9 : RSS and JSON

  • Reachability
  • Synchronous Downloads
  • Asynchronous Downloads
  • Handling Timeouts
  • Sending HTTP GET Requests
  • Sending HTTP POST Requests
  • Using RSS
  • Using JSON
  • Parsing JSON
  • Parsing XML
  • AirDrop

Module 10 : Layouts and Storyboards

  • Auto layout
  • View Autosizing
  • Handling screen size
  • Handle rotation
  • Size classes
  • Split view controllers
  • Controlling Rotation Behavior
  • What are Storyboards?
  • Adding Scenes
  • Segues
  • Transitions
  • Using in a Tab Bar Application

Module 11 : Drawing and Animations

  • The Responder Chain
  • Touch Notification Methods
  • Respond to notifications
  • Enabling Multitouch on the View
  • Gesture Recognizers
  • Core Graphics and Quartz 2D
  • Lines, Paths, and Shapes
  • Core Animation Blocks
  • Transformations
  • SpriteKit and SceneKit
  • Physics Engine
  • Adding Effects

Module 12 : Advanced Topics

  • Targeting Multiple Devices
  • iPhone vs. iPad
  • Universal Apps
  • Detecting Device Capabilities
  • Supporting Multiple iOS Versions
  • App Framework Support
  • Implementing Handoff
  • Localization and Resources
  • Running on a Physical Device
  • Development Certificates
  • Assigning Devices
  • Creating an App ID

 

Lees meer
Opleidingsinformatie
Opleidingssoort
Training
Opleidingsmethode
In een groep op locatie en online
Type certificaat/diploma
Certificaat
Opleidingsduur
5 dagen
Max. deelnemers
12
Studiebelastingsuren
30 per opleiding
Tijdstip
Overdag
Taal in opleiding
Nederlands
Aanbieder
SpiralTrain is een opleidingsinstituut dat zich bij uitstek richt op trainingen voor software developers en zaken die raken aan software development.
SpiralTrain BV
SpiralTrain BV
NRTO