SICT

DPS923 & MAP523

Mobile App Development for iOS

Notes Topics Weekly Resources Graded work Professor Code examples

DPS923 MAP523 Week 4 Notes

The theme for this week is to improve the appearance of the example app. Along the way, a number of app configuration and programming techniques are learned.

We also get more coverage of the Swift programming language.


Monday plan

The professor will guide you through the topic hightlights in the textbook.

Chapter 7: The New Look
Chapter 8: The Final App


Wednesday plan

Hands-on: Your professor will guide you in an interactive activity that introduces you to two important topic areas:

  1. Swift and arrays
  2. Table view in iOS

The Swift documentation for info on arrays (in the Collection Types topic).

See the iOS Human Interface Guidelines documentation for info on tables.

If there’s time remaining, work on Assignment 2.


This week’s Swift focus

Arrays
Model classes
Data manager object


Learning resources

iOS Apprentice
Chapters 7, 8

Swift documentation
Tour
Guide