## ZLaunchAd
![image](https://img.shields.io/badge/support-iOS%208%2B-blue.svg) ![image](https://img.shields.io/cocoapods/v/ZLaunchAd.svg?style=flat) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
![image](https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat)
ZLaunchAd集成启动广告,支持`LaunchImage`和`LaunchScreen`,支持GIF,支持本地图片,支持视图过渡动画
![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic0.gif) ![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic2.gif) ![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic3.gif) ![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic4.gif) ![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic5.gif) ![image](https://github.com/MQZHot/ZLaunchAd/raw/master/Picture/pic6.gif)
### 功能
- [x] 支持进入前台广告显示,设定时间间隔,进入后台后返回的时间大于间隔才进行显示
- [x] 接收自定义通知控制图片显示
- [x] 支持Objective-C/Swift
- [x] 自带图片缓存,清除缓存
- [x] 自定义跳过按钮外观、位置
- [x] 支持网络/本地资源,支持GIF图片显示
- [x] 支持LaunchImage和LaunchScreen.storyboard.
- [x] 支持广告点击事件,支持广告完成动画设置
### 安装
#### CocoaPods
```ruby
platform :ios, '8.0'
use_frameworks!
target 'YourTargetName' do
pod 'ZLaunchAd'
end
```
#### Carthage
```ogdl
github "MQZHot/ZLaunchAd"
```
#### Swift Package Manager
```ruby
import PackageDescription
let package = Package(
name: "YOUR_PROJECT_NAME",
dependencies: [
.package(url: "https://github.com/MQZHot/ZLaunchAd.git", from: "2.1.0"),
]
)
```
### 使用
```swift
/// 进入前台时显示
func create(waitTime: Int = 3, showEnterForeground: Bool = false, timeForWillEnterForeground: Double = 10, adNetRequest: ((ZLaunchAdView)->())? = nil) -> ZLaunchAdView
```
```swift
/// 自定义通知控制出现
func create(waitTime: Int = 3, customNotificationName: String?, adNetRequest: ((ZLaunchAdView)->())? = nil) -> ZLaunchAdView
```
#### 配置图片资源----配置跳过按钮
```swift
func setImageResource(_ imageResource: ZLaunchAdImageResourceConfigure, buttonConfig: ZLaunchSkipButtonConfig? = nil, action: ZLaunchClosure?)
```
#### 页面配置
* `ZLaunchSkipButtonConfig`:跳过按钮配置
* `ZLaunchAdImageResourceConfigure`:配置广告图
### 清除缓存
```swift
/// 清除全部缓存
ZLaunchAd.clearDiskCache()
/// 清除指定url的缓存
let array = ["http://..", "http://..", "http://..", "http://.."]
ZLaunchAd.clearDiskCacheWithImageUrlArray(array)
```
### 联系
* Email: mqz1228@163.com
丘比特惩罚陆
- 粉丝: 8316
- 资源: 114
最新资源
- 保险箱检测51-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 五相电机邻近四矢量SVPWM模型-MATLAB-Simulink仿真模型包括: (1)原理说明文档(重要):包括扇区判断、矢量作用时间计算、矢量作用顺序及切时间计算、PWM波的生成; (2)输出部分仿
- 一对一MybatisProgram.zip
- 时变动态分位数CoVaR、delta-CoVaR,分位数回归 △CoVaR测度 溢出效应 动态 Adrian2016基于分位数回归方法计算动态条件在险价值 R语言代码,代码更数据就能用,需要修改的
- 人物检测37-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 人物检测26-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 人和箱子检测2-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 清华大学2022年秋季学期 高等数值分析课程报告
- GEE错误集-Cannot add an object of type <Element> to the map. Might be fixable with an explicit .pdf
- 清华大学2022年秋季学期 高等数值分析课程报告
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈