Swift UI In Production with Lea Marolt Sonnenschein – Podcast S10 E5
Apr 22 2020 · Article (1 min)
…iTunes] [RSS Feed] Interested in sponsoring a podcast episode? Email here to find out how! Episode Links Our sponsor for this episode – PBS PBS Swift UI In Production SwiftUI By Tutorials Book – RayWenderlich.com Press The RayWenderlich.com app iOS App – RayWenderlich.com Press Swift UI in Production Talk – try! Swift Paul Hudson…
iOS & Swift
Swift UI: Building Custom Views
Jul 12 2019 · Screencast (7 mins)
SwiftUI introduces a new way to build user interfaces - and you can even build your own custom views! This screencast shows you how.
iOS & Swift
Swift UI: Working With UIKit
Jul 9 2019 · Screencast (7 mins)
SwiftUI introduces a new way to build user interfaces - but that doesn't mean you still can't use UIKit in your applications…
iOS & Swift
Swift UI: Working With State
Jun 20 2019 · Screencast (9 mins)
SwiftUI has multiple ways to deal with referencing state in your app and keeps your views up to date for you.
iOS & Swift
Swift UI: Previewing Your UI in Xcode
Jun 14 2019 · Screencast (6 mins)
Xcode 11 has a great new preview canvas for SwiftUI that allows you see changes in your UI as you make them - even letting you…
iOS & Swift
Swift UI: Declarative UI
Jun 11 2019 · Screencast (9 mins)
SwiftUI provides a whole new way of writing UI on iOS - declaratively - letting you tell the system what you want instead of how to make…
Multiple Domains
New
AI-Assisted Development for iOS
Jul 18 2025 · Multimodal Module (2 hrs, 45 mins)
…going to create a new project now up. I’m going to jump into coding at yesterday’s weather. It’s got Swift UI. It’s using Swift. It’s Swift testing with XCTest UI tests. We’ll visit that later on. So if we run through that…
Swift Actor Demo From Network to UI This section guides you through building a small iOS app that demonstrates modern Swift concurrency using actors. We’ll tackle common problems like data races and redundant network requests, building a safe and efficient image loading system. The “Why”: Solving Data Races with…
iOS & Swift
Your First iOS & SwiftUI App: Polishing the App
Feb 17 2023 · Video Course (3 hrs, 51 mins)
…current build of Switch UI that we’re using, there’s no way to change the thumb track on the built-in Swift UI slider. You could probably make your own type of slider that would do that, but you can’t with a built-in slider, unfortunately…
iOS & Swift
Lesson in Liquid Glass
Liquid Glass Best Practices
Nov 6 2025 · Lesson
…design language. You also learned how to make navigation feel smooth and at home with Liquid Glass through the use of Menus and Toolbars. Swift UI forms adopt Liquid Glass and it’s easy to disable the new design language entirely by adding a new key / value…
This section covers the fundamental concepts of thread optimization and memory management in Swift. It explains the distinction between main and background threads, introduces async/await…
iOS & Swift
Snapshot Testing Tutorial for SwiftUI: Getting Started
Aug 9 2021 · Article (15 mins)
…happens, open BookRowView.swift. Find // Insert release Text and add this code below the comment: Text(book.release) .font(.subheadline) .foregroundColor(.secondary) Here, you added a Swift UI Text element that shows the release date of the book. Build and run the project using Command-R. You’ll see the newly added…
Android & Kotlin
Kotlin Multiplatform by Tutorials
May 7 2025 · Book
…book, you learned how to create three apps targeting Android, iOS and desktop! You started this journey by getting familiar with Jetpack Compose and Swift UI for UI development and moved toward sharing your app’s business logic across these three platforms with Kotlin Multiplatform. You can now create…
iOS & Swift
Monitoring HTTP Traffic with Instruments
Nov 29 2021 · Article (15 mins)
…bottom of this tutorial to download the starter project. The starter project is a tab-based app called Shuffle built using Swift UI. Shuffle has three tabs: Today: Shows the Quote of the Day along with a Shuffle button. Explore: A list of quotes the user can select, view…
iOS & Swift
SF Symbols for iOS: Getting Started
Apr 19 2021 · Article (30 mins)
…status occurs in real life, then quickly open the app. But you might be waiting a long time. :] Another option is to add many Swift UI previews to LineStatusRow, setting the properties appropriately. This works, but it’s clumsy. Each preview displays on its own on a phone screen background…
…native macOS apps in Swift, using both SwiftUI — Apple’s newest user interface technology — and AppKit — the venerable UI framework. Along the way, you’ll learn several ways to execute Swift code and you’ll build two fully featured apps from scratch. If you’re new to macOS and Swift…
…language features that have been approved, or are currently in review, that enable some of the cool new technologies, such as Swift UI. 8) Adopting Swift Packages in Xcode – Session 408 Video Link As mentioned above, Xcode 11 now supports using Swift Package Manager (SPM) to manage dependencies on external…
iOS & Swift
Creating a Mind-Map UI in SwiftUI
Mar 23 2020 · Article (30 mins)
In this tutorial, you’ll learn how to create an animated spatial UI in SwiftUI with support for pan and zoom interactions.
iOS & Swift
Your First iOS & SwiftUI App: An App from Scratch
Feb 13 2023 · Video Course (2 hrs, 20 mins)