What tool should I use to make my UI for Apple Watch?
Asked on 2024-07-30
1 search
To create a user interface for Apple Watch, you should use SwiftUI. SwiftUI is a powerful and flexible framework that allows you to build UIs for all Apple platforms, including watchOS. It provides a common set of high and low-level components that can be used across different platforms, with specialized APIs for each platform to ensure the best user experience.
For example, in the session SwiftUI essentials, it is mentioned that SwiftUI has specialized APIs for each platform, including watchOS. You can use components like the NavigationSplitView which adapts to watchOS design, and you can also utilize the digital crown for interactions specific to Apple Watch.
Here are some relevant sessions that discuss SwiftUI and its capabilities across platforms:
These sessions will provide you with a comprehensive understanding of how to use SwiftUI to build great UIs for Apple Watch and other Apple platforms.

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.

SwiftUI essentials
Join us on a tour of SwiftUI, Apple’s declarative user interface framework. Learn essential concepts for building apps in SwiftUI, like views, state variables, and layout. Discover the breadth of APIs for building fully featured experiences and crafting unique custom components. Whether you’re brand new to SwiftUI or an experienced developer, you’ll learn how to take advantage of what SwiftUI has to offer when building great apps.

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.
