iOS 11 prefersLargeTitles not updating until scroll

前端 未结 24 2349
轻奢々
轻奢々 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:03

    In my case the solution was to set tableView's top align to Safe Area and not Superview

提交回复
热议问题