iOS 11 large-title navigation bar not collapsing

后端 未结 7 746
长发绾君心
长发绾君心 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条回答
  •  -上瘾入骨i
    2020-12-02 18:44

    Year 2020, iOS 13.0, this WAS NEVER mentioned here. I literally spent an hour or two for this.

    Issue: Large title won't collapse when doing layout programmatically using Snapkit (an autolayout framework)

    Solution: SETUP YOUR VIEWS (including navigationController stuff and tableView) inside loadView() NOT in viewDidLoad().

提交回复
热议问题