iOS 11 large title navigation bar snaps instead of smooth transition

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

    I faced same issue - I had UIViewController embedded in UINavigationController, the UIViewController had tableview with leading, trailing, top, bottom constraints to safe area. The whole tableview behaved jumpy / snappy. The trick was to change top constraint of tableview to superview.

    Here I recorded changing the constraint tableview iOS 11 bug constraint change

提交回复
热议问题