Is there any way to programmatically rotate the apple watch display 180 degrees? This would enable a person wearing an Apple Watch to orient the Apple Watch display for easier reading by a person standing opposite to the person wearing the watch.
I see this can be done via the phone using the Apple Watch App => General => Watch Orientation. There, the user can indicate which side the digital crown is situated (and that rotates the screen exactly as I'd need), But I want to code up a button directly on the watch UI that will do the same rotation trick right within my watch-app.
I've been looking at properties and methods on WKInterfaceController or WKInterfaceGroup to no avail.