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

跳过按钮在部分新型iPhonex系列上位置不正确导致点击困难的问题 #258

Open
heshiqiuer opened this issue Aug 25, 2022 · 0 comments

Comments

@heshiqiuer
Copy link

原因:判断iPhone X错误
可自行解决:
//解决跳过按钮坐标不准的问题
if let skipBtn = ad.value(forKeyPath: "skipButton") as? XHLaunchAdButton {
skipBtn.top = App.isX ? 44 : 20
}

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