RealityKit & Reality Composer Pro
Feb 4 2026 · Multimodal Module (1 hr, 6 mins)
Learn how to create augmented reality experiences using Reality Composer Pro with RealityKit and USDz. Create 3D scenes employing models, animations, and interactions using RealityKit. Also learn how to use both RealityKit and Reality Composer...
iOS & Swift
New
visionOS: An Introduction
Dec 16 2025 · Multimodal Module (1 hr, 11 mins)
Now updated for visionOS 26! The Vision Pro and visionOS present a new paradigm in computing. This is the beginning of spatial computing. Users will be able to view apps floating in front of their...
iOS & Swift
New
SwiftData in iOS 26
Dec 10 2025 · Multimodal Module (55 mins)
In this module, you’ll learn about the new features in Swift Data that were introduced at WWDC 2025. The new model inheritance capabilities, and how they impact queries and model migration are covered.
iOS & Swift
Lesson in Liquid Glass
Introduction to Liquid Glass
Nov 6 2025 · Lesson
Run the Cards App on an iOS 26 device to see how Liquid Glass is automatically applied.
iOS & Swift
New
App Intents with Siri
Oct 16 2025 · Multimodal Module (54 mins)
This module focuses on the latest Siri and App Intents update with Apple Intelligence. Students will learn how to leverage these powerful tools to create deeply integrated, context-aware iOS apps that can interact seamlessly with...
iOS & Swift
New
Writing Tools with Apple Intelligence
Oct 14 2025 · Multimodal Module (47 mins)
Learn about Apple Intelligence Writing Tools and how to configure them in SwiftUI and UIKit. Understand how custom text views can offer a full Writing Tools experience, and what’s available for views that rely on...
The Vision Framework is a powerful API for various computer vision tasks on Apple devices. Explore functionalities like object detection, face recognition and more. This module provides an overview of the Vision Framework as well...
iOS & Swift
Custom Models with Create ML
Oct 8 2025 · Multimodal Module (1 hr, 2 mins)
Create ML empowers you to customize pre-built machine learning
models on Apple platforms by providing training datasets.
Explore various use cases and deploy a custom model into an app. Updated to iOS 26.
Incorporating third-party machine learning models requires knowledge about the source model as well as some Core ML conversion techniques. This module will get you started with incorporating such a third-party model into an existing iOS...
iOS & Swift
Integrating ChatGPT in Your iOS Apps
Oct 7 2025 · Multimodal Module (53 mins)
This module explores the integration of ChatGPT into iOS apps, enabling powerful conversational AI capabilities. Students will learn to leverage the ChatGPT API to create dynamic, context-aware chatbots and intelligent assistants within their mobile apps....
iOS & Swift
Translation Framework
Oct 5 2025 · Multimodal Module (41 mins)
The Translation API offers realtime translations in your app. You can use the
built-in UI or manage the translation session to customize the app experience
based on your user’s needs. Updated to iOS 26.
iOS & Swift
Apple Foundation Models
Oct 2 2025 · Multimodal Module (1 hr, 37 mins)
This module will be an introduction to the new Foundation Models framework in Swift. The module begins with an introduction to the Foundation Models Framework by creating a simple SwiftUI chat-type app. The app will...
Take your app to the next level! This module will equip you with advanced techniques to optimize your network calls, threading, and memory management, resulting in a faster and efficient app. Now updated with new...
Second version: updated with a lesson on Actors. Unleash the power of concurrency! This module will equip you with the tools and techniques to handle multiple tasks simultaneously, keeping your app responsive and efficient. Discover...
Updated with a lesson on animations in SwiftUI! This module introduces the foundational building blocks of SwiftUI, a declarative programming paradigm. SwiftUI works across all of Apple’s platforms allowing the developer to leverage these skills...
Multiple Domains
New
Introduction to Version Control
Sep 14 2025 · Multimodal Module (2 hrs, 26 mins)
In this module, you’ll learn what a version control system is and why using one is important for any software development project. You’ll also learn the basics of using Git, the most popular system for...
Multiple Domains
New
AI-Assisted Development for iOS
Jul 18 2025 · Multimodal Module (2 hrs, 45 mins)
AI is coming for your job. And your life. Or maybe it isn’t. Who, other than Sarah Connor, knows? Whilst we wait for the AI apocalypse, join us on this course to discover how you...
iOS & Swift
Inclusivity with Voice & Language
May 30 2025 · Multimodal Module (1 hr, 29 mins)
This module introduces the fundamental concepts of inclusivity in iOS applications,
enabling developers to implement VoiceOver accessibility and localization techniques
to ensure all users can easily understand and use their apps.
iOS & Swift
Concurrency & Asynchronous Programming in Swift
May 20 2025 · Multimodal Module (54 mins)
This module explores concurrency and asynchronous programming in Swift. You’ll learn about structured concurrency, actors, and advanced optimization techniques.