WatchKit: change only one title color of interface controller

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

enter image description here

However, this changes the color of the interface. How do I change only one color of the controller title? Any suggestions or advice is greatly appreciated.

+3


source to share


1 answer


Unfortunately, at this time there is no way to do it programmatically. So this means that you cannot change it at runtime.

Whatever you do, you can find the answer in the Application Programming Guide . We have to admit that there are so many limitations for this version of WatchKit.



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

+6


source







All Articles