Post

Replies

Boosts

Views

Activity

Reply to Detect Watch double tap? (new feature)
Apple updated gesture specifications to include double tap in watchOS: https://developer.apple.com/design/human-interface-guidelines/gestures My guess is that you'd define a UIGestureRecognizer (maybe a UITapGestureRecognizer?) and attach it to a view that implements UIGestureRecognizerDelegate. Not sure how that would be handled in Simulator, however.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’23