XHLaunchAd icon indicating copy to clipboard operation
XHLaunchAd copied to clipboard

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

Open heshiqiuer opened this issue 2 years ago • 0 comments

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

heshiqiuer avatar Aug 25 '22 08:08 heshiqiuer