override func viewDidLoad() {
super.viewDidLoad()
self.title = "Your title over here"
}
Run Code Online (Sandbox Code Playgroud)
在viewDidLoad 中尝试以下代码。
// To Set your navigationBar title.
yourNavBarName.topItem?.title = "Some Title"
// To Set your navigationBar backgound.
yourNavBarName.barTintColor = .red
// To Set your navigationBar title font and color.
yourNavBarName.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.green, NSFontAttributeName:UIFont(name:"HelveticaNeue", size: 26)!]
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8618 次 |
| 最近记录: |