largeTitleDisplayMode 不能正常工作?

largeTitleDisplayMode doesn't work properly?

我添加了 UINavigationBar,里面有一个大标题。之后,我在这个UIViewController上加了一个UITableView。我把大标题内容模式给了.always。但是当我滚动 UITableView it hides and showed in the top of theUINavigationBar`

navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .always

如果您想在滚动 UITableView 时保留大标题,请在 顶部添加一个 UIView ]UITableView,喜欢: