Skip to content

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

@heshiqiuer

Description

@heshiqiuer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions