iOS App Development Tutorial Section
Intro to iOS Programming using Swift
In this iOS app development tutorial, you will be able to get a basic understanding on the fundamentals of iOS programming using the Swift language. This will work on devices such as iPhones, iPads and Apple watches at the moment.
We also developed a series of training excercises for you to complete. This is an excellent starting point for you to test your general understanding on the following fundamentals basic programming concepts tutorials using Swift. You may work on them after each lesson (lecture 2+) or you may just watch all the tutorials at once first. This is page 1 of 3. Scroll down to get to page 2.
3. Data Types Part 1

Learn about Data Types Part 1
Download pdf file
Addendum: There is a typo in the range of 8-bit/16-bit and 32 bit int values. We are missing one negative value. (i.e -128 instead of -127). Same goes for the other ranges.
Download pdf file
Addendum: There is a typo in the range of 8-bit/16-bit and 32 bit int values. We are missing one negative value. (i.e -128 instead of -127). Same goes for the other ranges.
8. Functions

In this iOS programming tutorial, you will learn what a function is and how to declare it
Download pdf file
Download pdf file
10. Classes and Objects - part 1

This video tutorial will explain to you what is a Class in Swift. You'll learn about properties and methods
Download pdf file
Download pdf file
11. Classes and Objects - part 2

In this iOS video tutorial, we will carry on with part two of Classes and Objects programming, more in-depth.
Download pdf file
Download pdf file