iOS & Swift
Video Course
Article
Book
Multimodal Module
iOS & Swift
New
Kodebits Day 17: Closure Reference Capture
May 4 2026 · Article (0 mins)
Practice memory management with a short swift challenge.
iOS & Swift
New
Kodebits Day 15: Filter Then Sort
May 1 2026 · Article (0 mins)
Chain collection operations to transform an array concisely.
Multiple Domains
New
Kodebits: The First Month
Apr 30 2026 · Article (5 mins)
Kodebits launched in April with 14 bite-sized coding insights across iOS, Android and Flutter. Here’s the full month-one archive, grouped by platform and sorted from warm-up to deep end.
Associated types let protocols model flexible value containers.
iOS & Swift
New
macOS Apprentice
Apr 24 2026 · Book
…macOS Apprentice is a series of multi-chapter tutorials where you’ll learn about developing native macOS apps in Swift, using both SwiftUI — Apple’s newest user interface technology — and AppKit — the venerable UI framework....
Default behavior from protocol extensions keeps code small and reusable.
iOS & Swift
New
Kodebits Day 8: Result Mapping
Apr 19 2026 · Article (0 mins)
Transform a successful Result value using map.
Multiple Domains
New
Getting Started with the Swift SDK for Android
Apr 15 2026 · Article (10 mins)
Learn how to set up the Swift SDK for Android and integrate Swift code into an Android app. This tutorial covers installation, creating a Swift library, and running Swift code on Android devices.
Test your knowledge of Swift’s optional chaining and nil coalescing operators.
iOS & Swift
New
Swift Internals
Mar 23 2026 · Book
This book is designed for Swift developers who want to go beyond writing working code and understand how the language truly works under the hood. It explains the mechanics of Swift’s type system, compiler behavior,...
iOS & Swift
New
Getting Started with iOS App Observability
Mar 4 2026 · Article (10 mins)
Ready to add AI to your iOS apps without privacy concerns or cloud dependencies? Apple Foundation Models brings powerful on-device language models to iOS 18+. This tutorial shows you how to build AI-powered apps with...
iOS & Swift
New
Getting Started with SwiftData in iOS 26
Feb 11 2026 · Article (10 mins)
SwiftData is Apple’s modern framework for managing data in SwiftUI apps. In this article, you’ll explore the core concepts behind SwiftData in iOS 26 and learn how it fits into a modern iOS architecture.
iOS & Swift
An Introduction to Liquid Glass for iOS 26
Feb 4 2026 · Article (10 mins)
Apple’s new Liquid Glass design language marks a major shift in iOS 26 UI design. Learn what Liquid Glass is, how it works across SwiftUI and UIKit, and what to watch out for when updating...
iOS & Swift
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
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
Using Apple Foundation Models to Summarize Text
Dec 15 2025 · Article (15 mins)
Build an on-device text summarizer using Apple Foundation Models and SwiftUI, with step-by-step guidance on availability checks and summarization.
iOS & Swift
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.