首页标题改为大标题样式

This commit is contained in:
2026-07-12 20:54:07 +08:00
parent 7d42eec98c
commit ce9d1cff19
+3 -1
View File
@@ -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)