largeTitleDisplayMode 不能正常工作?
largeTitleDisplayMode doesn't work properly?
我添加了 UINavigationBar
,里面有一个大标题。之后,我在这个UIViewController
上加了一个UITableView
。我把大标题内容模式给了.always
。但是当我滚动 UITableView it hides and showed in the top of the
UINavigationBar`
navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .always
我添加了 UINavigationBar
,里面有一个大标题。之后,我在这个UIViewController
上加了一个UITableView
。我把大标题内容模式给了.always
。但是当我滚动 UITableView it hides and showed in the top of the
UINavigationBar`
navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .always