iOS 11 large title navigation bar snaps instead of smooth transition

前端 未结 5 505
佛祖请我去吃肉
佛祖请我去吃肉 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:36

    I had a similar looking issue and solved it by removing UINavigationBar.appearance().isTranslucent = false from my AppDelegate.

    UPDATE: If you don't want translucency, you should enable extendedLayoutIncludesOpaqueBars. That way all the glitches are fixed.

提交回复
热议问题