WKInterfaceButton
WKInterfaceButton is a user interface element in the WatchKit framework used to present a tappable control in a watchOS app. It is designed to be placed in a watch interface and can display either text, an image, or a combination, allowing the user to initiate an action with a tap.
Content and style are typically configured in Interface Builder or programmatically via the WKInterfaceButton API. The
Interaction with a WKInterfaceButton is handled by connecting the button to an action in the containing WKInterfaceController.
Layout and usage: Buttons are used within groups, stacks, and other interface containers to create navigable
Platform notes: WKInterfaceButton is part of the storyboard-based WatchKit interface framework. In newer watchOS development, SwiftUI