largeTitleDisplayMode无法正常工作?

时间:2019-08-01 13:16:55

标签: ios swift uinavigationcontroller preferslargetitles

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

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

1 个答案:

答案 0 :(得分:0)

如果要在滚动 UITableView 时保留大标题,请在 UITableView 顶部添加 UIView ,例如:< / p>

enter image description here