XHLaunchAd icon indicating copy to clipboard operation
XHLaunchAd copied to clipboard

🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.c...

Results 110 XHLaunchAd issues
Sort by recently updated
recently updated
newest added

iPhone13 GIF速度过快

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

demo里面 - (void)viewDidLoad { [super viewDidLoad]; self.navigationItem.title = @"XHLaunchAdExample"; self.label.text = @"使用说明及注意事项见github:\n https://github.com/CoderZhuXH/XHLaunchAd"; UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"弹窗" message:@"测试首页活动弹窗" preferredStyle:UIAlertControllerStyleAlert]; [self presentViewController:alert animated:true completion:nil]; } 加上弹窗,在开启广告页的时候,点击广告,这个弹窗会在 广告页面显示。

在14max 上播放很快! 在xr上正常, 我把 gif 图 直接放在 uiimageview 上显示 都是没有问题的! 这个库是内部做了 处理么?

机型太多 XH_FULLSCREEN 的判断不全导致部分机型按钮位置不对。