我添加了带有大标题的UINavigationBar
。之后,我向此UITableView
添加了UIViewController
。我将大标题内容模式设置为.always
。但是当我滚动UITableView it hides and showed in the top of the
UINavigationBar`
navigationController?.navigationBar.prefersLargeTitles = true
self.navigationItem.largeTitleDisplayMode = .always