Course curriculum

  • 1
  • 2

    XCODE Overview and Simulator

  • 3

    Crate UI

    • 6 - How to create UI

    • 7 - Connect UI and Code

    • 8 - Adding Constraints to Design

    • 9 - SWIFT Conditional Statements

    • 10 - First App Final

  • 4

    Reach Data from UI

    • 11 - How to make math operations

    • 12 - Floats vs Doubles

    • 13 - Different UI Elements

    • 14 - Reach data from UI

    • 15 - UI Actions

    • 16 - Swift Logic and booleans

  • 5

    Listing Data on IOS

    • 17 - App Introduction

    • 18 - Listing data structure Arrays

    • 19 - Listing Data on IOS

    • 20 - How to list data on TableView

    • 21 - Create TableView data

  • 6

    Routing on IOS

  • 7

    Important Swift Concepts

    • 26 - Swift Functions

    • 27 - Swift Take Data from a function

    • 28 - Swift Classes

    • 29 - Swift Class Methods

    • 30 - Swift Build Class hierarchy

  • 8

    App refactor with Classes

    • 31 - Refactor CountryList

    • 32 - Swift Optionals

    • 33 - Reorganize CountrList App

  • 9

    Blog App

    • 34 - App Preview

    • 35 - Create and Design the App

    • 36 - Connect Code and Visual Side

    • 37 - Show Blog Entries in TableView

  • 10

    How to Save Data

    • 38 - How to save Data

    • 39 - How to reach data from CoreData

    • 40 - Blog Entry Detail

    • 41 - Automatic Function Calls

    • 42 - Design Issues

    • 43 - Design List Items

    • 44 - Blog App Final