首页标题改为大标题样式
This commit is contained in:
@@ -31,7 +31,9 @@ class ViewController: UIViewController {
|
||||
}
|
||||
|
||||
private func setupUI() {
|
||||
title = "Note"
|
||||
title = "首页"
|
||||
navigationController?.navigationBar.prefersLargeTitles = true
|
||||
navigationItem.largeTitleDisplayMode = .always
|
||||
view.backgroundColor = .systemGroupedBackground
|
||||
|
||||
tableView = UITableView(frame: .zero, style: .insetGrouped)
|
||||
|
||||
Reference in New Issue
Block a user