For anyone stumbling around here, in my particular case, I had a WKInterfacePicker that could be controlled through screen touch or crown rotation. To ignore the latter, I used an inherited method:
override func pickerDidFocus(_ picker: WKInterfacePicker) {
picker.resignFocus()
}
Post
Replies
Boosts
Views
Activity
WKInterfaceDevice.current().systemVersion