Juriy
Juriy

Reputation: 5131

WatchKit Notification Title Color

Is it possible to set the color of the application title (the text that is on a sash). It seems that it is always fixed to white.

In my application I have a light background image with a color that is close to white in the right corner. This makes the name of the app barely readable.

I could not find a way to customize the app title color neither in xCode nor programmatically. It might well be that it is fixed to white. But if anybody changed it, please share the solution!

Upvotes: 2

Views: 1360

Answers (2)

Yanaël
Yanaël

Reputation: 124

You can click on the arrow of Static Notification in Storyboard.

And in the Attributes Inspector, you can change the Title Color.


Screenshot of Notification Arrow Screenshot of Storyboard Screenshot of Attributes Insepector

Upvotes: 10

j-techsha
j-techsha

Reputation: 474

You can click on the static notification's notification category in the storyboard and change the title text colour from the Attributes Inspector.

Upvotes: 0

Related Questions