Shrink large title when scrolling (not UITableViewController) iOS 11

前端 未结 12 1711
太阳男子
太阳男子 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:54

    I had the similar problem, is was because of many UIScrollView-based view inside view controller and I was scrolling not first in hierarchy. Once it's only one it works fine with UIScrollView, WKWebView or UITextView without any line of code.

提交回复
热议问题