iOS 11 large title navigation bar snaps instead of smooth transition

前端 未结 5 496
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 17:10

I\'m facing an issue where the large title navigation bar collapses very abruptly when scrolling on a UITableView embedded inside of a UIViewController. The problem seems to onl

5条回答
  •  礼貌的吻别
    2021-01-31 17:52

    In Interface Builder:

    1. Select your "viewController".
    2. Attribute Inspector tick "Under Opaque Bars" and "Under Top Bars".
    3. Make your top constraints of your scrollView second Item to "SuperView" not "SafeArea".

    It worked with me.

    Reference

提交回复
热议问题