Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WatchKit: Change only one Interface Controller title color

Right now I only know one way to change the title color for an interface controller and it is changing it with global tint in storyboard.

enter image description here

However, this changes ever interface title color. How do I change just one interface controller title color? Any suggestions or tips is appreciated.

like image 919
William Alex Avatar asked May 04 '15 17:05

William Alex


1 Answers

Unfortunately there is no way to do it programmatically at this time. So, it means that you can not change it on run time.

Whatever you can do, you can find the answer on the Watch App Programming Guide. We have to admit that there are so many limitations on this WatchKit version.

https://developer.apple.com/library/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/

like image 103
Lucas Huang Avatar answered Oct 08 '22 03:10

Lucas Huang