CoderZhuXH / XHLaunchAd

🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
MIT License
3.69k stars 740 forks source link

关于启动页取LaunchImage的时候,XR和XS MAX现在XR取的是XS MAX的图 #183

Open YuMars opened 5 years ago

YuMars commented 5 years ago

-(UIImage )launchImageWithType:(NSString )type 这个函数,作者是通过CGSizeEqualToSize(,)比较size的方式来获取LaunchImage资源文件,虽然配置的时候XR和XS MAX是不同的尺寸,但是苹果转成pt后XR和XS MAX的size是一样的,以下是po出来的数据 <__NSArrayM 0x281024030>( { UILaunchImageMinimumOSVersion = "12.0"; UILaunchImageName = "LaunchImage-1200-Portrait-2688h"; UILaunchImageOrientation = Portrait; UILaunchImageSize = "{414, 896}"; }, { UILaunchImageMinimumOSVersion = "12.0"; UILaunchImageName = "LaunchImage-1200-Portrait-1792h"; UILaunchImageOrientation = Portrait; UILaunchImageSize = "{414, 896}"; }, 所以这里要自己改装一下就好了

CoderZhuXH commented 5 years ago

已修复...