From ce9d1cff19cd37a2238e227d187f638f104db20a Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 12 Jul 2026 20:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=87=E9=A2=98=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=A4=A7=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/ViewController.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Note/ViewController.swift b/Note/ViewController.swift index 4862fbb..baf9702 100644 --- a/Note/ViewController.swift +++ b/Note/ViewController.swift @@ -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)