Filters

Hide filters
Platform
Content Type
Difficulty

iOS & Swift · What's new · 1449 Results

iOS & Swift Video Course Article Book Multimodal Module
iOS & Swift New
Kodebits Day 17: Closure Reference Capture
Practice memory management with a short swift challenge.
iOS & Swift New
Kodebits Day 15: Filter Then Sort
Chain collection operations to transform an array concisely.
Multiple Domains New
Kodebits: The First Month
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.
iOS & Swift New
Kodebits Day 13: Associated Types
Associated types let protocols model flexible value containers.
iOS & Swift New
macOS Apprentice
…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....
iOS & Swift New
Kodebits Day 10: Protocol Extension
Default behavior from protocol extensions keeps code small and reusable.
iOS & Swift New
Kodebits Day 8: Result Mapping
Transform a successful Result value using map.
Multiple Domains New
Getting Started with the Swift SDK for Android
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.
iOS & Swift New
Kodebits Day 6: Guard Optionals
Practice unwrapping optionals safely with guard.
iOS & Swift New
Kodebits Day 5: Closure Capturing
Values are captured by reference in closures by default in Swift.
iOS & Swift New
Kodebits Day 2: Property Wrappers
Understand how property wrappers encapsulate storage logic.
iOS & Swift New
Kodebits Day 1: Optional Chaining
Test your knowledge of Swift’s optional chaining and nil coalescing operators.
iOS & Swift New
Swift Internals
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
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
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
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
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
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
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
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.