How do I hide the back button on the status bar on Apple Watch?
3 answers
If you check the docs for WKInterfaceController
you will see that there is no API to accomplish what you are looking for: https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceController_class/
The best you can do is change the title / button text or adjust the tint color.
+1
source to share