我在其中添加了UINavigationBar
一个大标题。在那之后,我UITableView
在这个UIViewController
. 我将大标题内容模式赋予了.always
. 但是当我滚动UITableView it hides and showed in the top of the
UINavigationBar`
navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .always