我在导航栏的文本字距调整上没有看到任何内容。有人知道怎么做吗?我已经在 ViewDidLoad() 中设置了文本
self.navigationController?.navigationBar.topItem?.title = "My Nav Title"
self.navigationController?.navigationBar.titleTextAttributes = [ NSFontAttributeName: UIFont(name: "Helvetica", size: 20)!, NSForegroundColorAttributeName: UIColor.whiteColor()]
我看到我们可以调整字距,但不能让这段代码工作
attributes: [NSKernAttributeName: 5.0]
非常感谢!!!