What are the best WWDC videos to watch if I care about practical lessons in interface design
Asked on 2024-07-30
1 search
If you're interested in practical lessons in interface design, here are some WWDC sessions that would be particularly beneficial:
-
Design great visionOS apps: This session covers what makes a great experience on visionOS, including insights and learnings from developers who have built unique and high-quality apps. It discusses the core ideas of app design for visionOS, embracing immersion, and ensuring the app is built with the user at the center of the experience.
-
Migrate your TVML app to SwiftUI: This session provides practical techniques for building interfaces for Apple TV using SwiftUI. It covers how to create familiar lockups, assemble flowing shelves of content, and build impressive layouts for media apps.
-
Tailor macOS windows with SwiftUI: This session focuses on customizing macOS application windows using new SwiftUI APIs. It includes practical examples of how to structure and style windows, refine behaviors, and adjust window placement.
-
Design Live Activities for Apple Watch: This session offers guidelines for designing live activities on Apple Watch, including how to make the most of limited space and ensure your design fits within the visual language of the smart stack.
-
What’s new in SwiftUI: This session introduces new features in SwiftUI, including custom resizable controls and enhancements in UI animations and transitions. It provides practical examples of how to use these new features to improve your app's interface.
These sessions provide a mix of high-level design principles and practical coding techniques, making them valuable resources for anyone looking to improve their interface design skills.

Design Live Activities for Apple Watch
Starting in watchOS 11, Live Activities from your iOS app will automatically appear in the Smart Stack on a connected Apple Watch. Learn how to optimize the layout of your Live Activity for the wrist, and provide the right level of information and interactivity at the right time.

Tailor macOS windows with SwiftUI
Make your windows feel tailor-made for macOS. Fine-tune your app’s windows for focused purposes, ease of use, and to express functionality. Use SwiftUI to style window toolbars and backgrounds. Arrange your windows with precision, and make smart decisions about restoration and minimization.

Migrate your TVML app to SwiftUI
SwiftUI helps you build great apps on all Apple platforms and is the preferred toolkit for bringing your content into the living room with tvOS 18. Learn how to use SwiftUI to create familiar layouts and controls from TVMLKit, and get tips and best practices.
