what I should watch to learn macOS development
Asked on 11/01/2024
1 search
To learn macOS development, you should consider watching the following sessions from WWDC:
-
What’s new in AppKit - This session covers new macOS features, SwiftUI integrations, and API refinements that are essential for macOS app development.
-
Tailor macOS windows with SwiftUI - This session provides insights into using SwiftUI to customize macOS application windows, which is crucial for creating a modern macOS app interface.
-
Platforms State of the Union - This session includes a segment on macOS, providing an overview of the latest updates and features in the macOS platform.
These sessions will give you a comprehensive understanding of the tools and frameworks available for macOS development, including the latest updates in AppKit and SwiftUI.

What’s new in AppKit
Discover the latest advances in Mac app development. Get an overview of the new features in macOS Sequoia, and how to adopt them in your app. Explore new ways to integrate your existing code with SwiftUI. Learn about the improvements made to numerous AppKit controls, like toolbars, menus, text input, and more.

What’s new in Xcode 16
Discover the latest productivity and performance improvements in Xcode 16. Learn about enhancements to code completion, diagnostics, and Xcode Previews. Find out more about updates in builds and explore improvements in debugging and Instruments.

Run, Break, Inspect: Explore effective debugging in LLDB
Learn how to use LLDB to explore and debug codebases. We’ll show you how to make the most of crashlogs and backtraces, and how to supercharge breakpoints with actions and complex stop conditions. We’ll also explore how the “p” command and the latest features in Swift 6 can enhance your debugging experience.