文件名称:ios-一行代码集成启动页广告图,支持Gif。.zip
文件大小:304KB
文件格式:ZIP
更新时间:2022-07-31 13:22:05
滚动视图
代码集成支持Block、Delegate: //设置启动页广告图片的url NSString *imgUrlString =@""; //初始化启动页广告(初始化后,自动添加至视图,不用手动添加) JWLaunchAd *launchAd = [JWLaunchAd initImageWithURL:CGRectMake(0, 0,self.window.bounds.size.width, self.window.bounds.size.height-150) strUrl:imgUrlString adDuration:10.0 options:JWWebImageDefault result:^(UIImage *image, NSURL *url) { NSLog(@"%@", url); }]; //是否隐藏跳过按钮(默认显示) //广告点击事件 launchAd.clickBlock = ^(){ NSString *url = @"https://www.baidu.com"; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]]; };
【文件预览】:
JWLaunchAd-master
----JWLaunchAdTests()
--------Info.plist(733B)
--------JWLaunchAdTests.m(908B)
----JWLaunchAdUITests()
--------Info.plist(733B)
--------JWLaunchAdUITests.m(1KB)
----JWLaunchAd()
--------ViewController.m(1000B)
--------.DS_Store(6KB)
--------Info.plist(1KB)
--------main.m(323B)
--------Base.lproj()
--------ViewController.h(204B)
--------AppDelegate.h(266B)
--------Lib()
--------Assets.xcassets()
--------AppDelegate.m(3KB)
----LICENSE(11KB)
----README.md(1KB)
----JWLaunchAd.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
----.gitignore(1KB)