UIScrollView contentOffset change after another view pushed

后端 未结 6 2026
遇见更好的自我
遇见更好的自我 2020-12-31 17:26

I have a UIViewController in Interface Builder, and I add a UIScrollView to the UIView. It has a contentOffset property e

6条回答
  •  庸人自扰
    2020-12-31 18:02

    For iOS 7/8 self.automaticallyAdjustsScrollViewInsets = NO; solved the problem.

提交回复
热议问题