Jason Jason

Results 14 comments of Jason Jason

long long ago for this issue 在 2015-04-26 18:19:29,"Zhengfa Dang" [email protected] 写道: 这个问题有人已经碰到了, #191 — Reply to this email directly or view it on GitHub.

if we set automaticallyAdjustsScrollViewInsets we can modify the code as below view.originalTopInset = self.contentInset.top + NavBarHeight + StatusBarHeight; is this a way?

if we set automaticallyAdjustsScrollViewInsets = YES we can modify the code as below view.originalTopInset = self.contentInset.top + NavBarHeight + StatusBarHeight; is this a way?