When presenting a WKInterfaceController, how can I change the color of the title used to dismiss the controller? When presenting a WKInterfaceController, how can I change the color of the title used to dismiss the controller? objective-c objective-c

When presenting a WKInterfaceController, how can I change the color of the title used to dismiss the controller?


Yes, Global Tint is the answer.

  1. go to storyboard file
  2. select the interface controller desired to be colored
  3. click 'Utilities'
  4. click 'File Inspector'
  5. Find 'Global Tint', then use 'RGB sliders' under 2nd Tab of the Color pane


With the current WatchKit SDK, the global tint color does not apply on the WKInterfaceControllers title that are presented modally. I am not sure if this is a bug in the beta version or a feature... I hope Apple will fix this.


It is possible to change the global tint color. You can change the global color in the "Show the File Inspector" Storyboard.

Sorry I don't have the 10 reputation points required to post a screenshot. ^^