iOS 11 prefersLargeTitles not updating until scroll

前端 未结 24 2346
轻奢々
轻奢々 2021-01-31 07:25

I implemented a basic UIViewController with a UITableView that\'s wrapped in a UINavigationController. I set prefersLargeTitles to true:

override fu         


        
24条回答
  •  离开以前
    2021-01-31 08:18

    I solved this issue via storyboard

    1. Navigation Controller -> Navigation Bar -> Attributes inspector -> Prefers Large Titles(Checked)
    2. View Controller -> Navigation Item -> Attributes inspector -> Large Title (Automatic or Always checked)

提交回复
热议问题