Shrink large title when scrolling (not UITableViewController) iOS 11

前端 未结 12 1709
太阳男子
太阳男子 2020-12-10 02:35

I have got a View Controller embedded in a Navigation Controller with prefers large titles option set to true; inside the View Controller there’s a Scroll View.

I wa

12条回答
  •  [愿得一人]
    2020-12-10 02:58

    I tested with storyboard approach, it is working. Make sure to set the scrollView & it's subviews Constraints.

    Here with the test sample XCode project for references: https://github.com/DazChong/LargeTitleShrinkOnScrollView

提交回复
热议问题