globalTintColor
The watchOS app’s global tint color.
Declaration
var globalTintColor: UIColor { get }Discussion
This property provides access to the global tint color so that you can match the color elsewhere in your user interface. You specify the global tint color in the app’s storyboard, or in the asset catalog. If you don’t set a global tint color, this property returns the system default tint color.
For more information, see Setting the app’s accent color.