iOS 11 large-title navigation bar not collapsing

后端 未结 7 754
长发绾君心
长发绾君心 2020-12-02 18:31

The Apple guy in the What\'s new in Cocoa Touch WWDC video said that the new large-title navigation bar will magically hook into the top-level scroll view of the underlying

7条回答
  •  一生所求
    2020-12-02 18:56

    @TamasZahola @mohamede1945

    Guys I had the same problem. I was able to resolve this issue by adding following snippet on my first View Controller of Navigation Controller

    navigationController?.navigationBar.prefersLargeTitles = true
    

提交回复
热议问题