如何設置apple watch的interface controller 標題的color?

In WatchKit, I know that I can set the "Global Tint" value in my storyboard file to adjust the navigation title's text color in my interface controllers.

However, whenever I present a modal interface controller in my application, I'm noticing that the InterfaceController's title shows up as white, not the global tint color.

Here's my tint color setting on the storyboard file:

enter image description here

Here's an example of the issue I'm finding:

no tint on modal nav

How can I get the title of a modal to use the global tint color?

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章