Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有些场景下使用SGPagingContentScrollView,会导致ScrollView偏移 #221

Open
yzjzmn opened this issue May 6, 2023 · 1 comment

Comments

@yzjzmn
Copy link

yzjzmn commented May 6, 2023

No description provided.

@yzjzmn
Copy link
Author

yzjzmn commented May 6, 2023

需要操作SGPagingContentScrollView的scrollView属性,添加
if #available(iOS 11.0, *) {
tempScrollView.contentInsetAdjustmentBehavior = .never
} else {

    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant