Post

Replies

Boosts

Views

Activity

Reply to Is swiftui the only way to develop watchOS apps?
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!
Apr ’23