如何更改 Apple Watch 界面控制器标题 size/text?

How to change apple watch interface controller title size/text?

如何更改苹果手表interface controller标题size/text? 我们可以提供自定义字体吗? 尝试使用 NSAttributedText 以编程方式设置标题,但没有成功。 有什么想法吗?

您可以通过调用更改界面控制器的标题:
swift : func setTitle(_ title: String?)
对象:- (void)setTitle:(NSString *)title

目前我们无法更改标题文本大小或为标题使用自定义字体。