To create watchOS user interfaces, either SwiftUI, or storyboards through WatchKit (deprecated) can be used.
SwiftUI is much more flexible and allows more control compared to storyboards.
Apple strongly recommends using SwiftUI, and it is very much the norm now.
See: https://developer.apple.com/documentation/watchkit/
Hope that helps, good luck!
Topic:
Programming Languages
SubTopic:
Swift
Tags: