Swift: Delegations and Data Sources

Go to class
Write Review

Free Online Course: Swift: Delegations and Data Sources provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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 LinkedIn Learning. Swift: Delegations and Data Sources is taught by Steven Lipton.

Overview
  • Get some clarity on delegates and data sources—two challenging but essential iOS and watchOS development concepts. Learn how to use segues and contexts, make delegates, and more.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • How to use the exercise files
    1. The Basics of Classes and MVC
    • What is a class?
    • Model
    • View
    • Controller
    2. Delegation
    • Destination view controllers in code
    • Destination view controllers in storyboards
    • Delegates in theory
    • Delegates in iOS code
    • Delegates in iOS storyboards
    • Contexts in watchOS
    • Delegates in watchOS
    3. Data Sources
    • Data sources
    • Delegates and data sources in Apple methods
    Conclusion
    • Next steps