top of page

SWIFT FOR VCE SOFTWARE DEVELOPMENT

1. Hello World - Your First App

You will be walked through the steps to create a simple Hello World App. Once you have gone through the walkthrough please read through...

3. Gloria Chinos

Complete the following steps for the case study Complete an IPO Create the Algorithm in Pseudocode Design a suitable user interface...

4. Validation

One of the key components of this course is going to be validating user input. You will need this for SAT’s and SACS. Whilst it is only...

8. Programming Task - Segments

We now have the ability to link if statements to a UI control which is great. Now we are going to learn how to use them with Segments....

10. Arrays - A basic Introduction

Basic Arrays - ToDoApp This app will have you loading data from an array onto a Tableview. Basic Arrays - ToDoApp - Appending the array...

12. How to do csv in To-Do App

This is a follow-up on the basic to-do list written by Sebastian Hette from theswiftguy youtube channel. You will need to follow the...

13. CSV and Parallel Arrays

Parallel arrays allow us to use different data types in different arrays at the same index. This is useful at times. There are better...

14. XML and Parallel Arrays

I don't have a video tutorial for this, just a .pdf that is taken from iBooks Author that I wrote. I will make a video for this at some...

bottom of page