Introduction to iOS App Development with Swift 5

Go to class
Write Review

Free Online Course: Introduction to iOS App Development with Swift 5 provided by Coursera is a comprehensive online course, which lasts for 4 weeks long, 13 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Introduction to iOS App Development with Swift 5 is taught by Mark Price.

Overview
  • Welcome to Introduction to iOS Application Development with Swift 5.

    In this course you'll use your Swift skills to create iOS applications.

    Some of the things you will learn in this course are:

    • Write the code to build your very first iOS application
    • Manage screen display with multiple views
    • Use auto layout and the interface builder
    • Create applications with user interaction
    • Design a user interface allowing for multiple screen size and direction
    • Write and execute unit tests to keep your code error-free
    • Perform various calculations using Swift

    By the end of this course you will know how to build simple iOS applications and you'll be ready to move on and learn about using tables and data in iOS.

Syllabus
    • Building Your First App
    • Swoosh App: Intro to Interface Builder
    • Supporting iPhones & iPads
    • Window Shopper App: Your First Fully Functional App
    • Window Shopper App: Continued