1. Hello World - Your First AppYou will be walked through the steps to create a simple Hello World App. Once you have gone through the walkthrough please read through...
2. Maths Operators and Data Types in SwiftAn introduction to Maths Operators and Data Types in Swift This is a short tutorial on how to implements basic maths operators with the...
3. Gloria ChinosComplete the following steps for the case study Complete an IPO Create the Algorithm in Pseudocode Design a suitable user interface...
4. ValidationOne 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...
5. Programming Task - Volcano Inc.Complete the following steps for the case study Complete an IPO Create the Algorithm in Pseudocode Design a suitable user interface...
6. If Statements - a selection structureThis is where we go back to selection structures that we talked about at the start. This was a decision is made and as a result of that...
7. Using UI controls for IF statements- Employee discountWhile it is great that we can now code selections in swift, everything we have done so far is button based. Now, lets expand it a little...
8. Programming Task - SegmentsWe 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 IntroductionBasic 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 AppThis 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 ArraysI 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...