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

痞子三分冷 提交于 2019-12-23 15:26:35

问题


How to change apple watch interface controller title size/text ? Can we provide custom fonts ? Tries with setting title programmatically using NSAttributedText but no success. Any ideas ?


回答1:


You can change the interface controller's title by calling:
swift : func setTitle(_ title: String?)
objc: - (void)setTitle:(NSString *)title

For now we can't change the title text size or use a custom font for the title.



来源:https://stackoverflow.com/questions/28083467/how-to-change-apple-watch-interface-controller-title-size-text

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!