簡體   English   中英

largeTitleDisplayMode 不能正常工作?

[英]largeTitleDisplayMode doesn't work properly?

我添加了帶有大標題的UINavigationBar 之后,我向這個UIViewController添加了一個UITableView 我將大標題內容模式設置為.always 但是當我滾動UITableView it hides and showed in the top of the UINavigationBar` UITableView it hides and showed in the top of the

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

如果你想保持你的大標題,而滾動您的UITableView,然后添加一個UIView上的你的UITableView,像頂:

在此處輸入圖片說明

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM