WatchKit:仅更改一个接口控制器标题颜色

时间:2015-05-04 17:02:56

标签: swift interface-builder watchkit

现在我只知道一种更改界面控制器标题颜色的方法,它在故事板中用全局色调更改它。

enter image description here

但是,这会改变界面标题颜色。如何只更改一个接口控制器标题颜色?任何建议或提示表示赞赏。

1 个答案:

答案 0 :(得分:6)

不幸的是,此时无法以编程方式执行此操作。因此,这意味着您无法在运行时更改它。

无论您做什么,都可以在 Watch App编程指南上找到答案。我们必须承认,这个WatchKit版本有很多限制。

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