calda / WatchKitTimePicker

⏱ A Time Picker data source for WatchKit that mirrors the behavior of UIDatePicker.
MIT License
41 stars 3 forks source link

SwiftUI with watchOS #4

Open shinriyo opened 3 years ago

shinriyo commented 3 years ago

Can I use it for SwiftUI with Apple watch (watchOS)?

calda commented 3 years ago

This library is built on WatchKit. If you need to integrate it with a SwiftUI app, it looks like you could use WKInterfaceObjectRepresentable.

calda commented 3 years ago

Alternatively you could rework the TimePickerDataSource to work with SwiftUI views. PRs welcome!