文章来源:淘论文网   发布者: 毕业设计   浏览量: 27



还可以点击去查询以下关键词:
[启动]    [广告]    [定制]    [JYJAdViewController]    [iOS启动页广告定制JYJAdViewController]   

项目介绍:

代码下载地址 https://github.com/jiangyongjian/JYJAdViewController

Message

JYJAdViewController 模仿摩拜启动页广告,支持gif。 https://github.com/jiangyongjian/JYJAdViewController

Usage

JYJAdViewController 很简单,论文,采用SDWebImage存储显示图片,方便快捷:

1、关键代码

// 开始下载图片 [[SDWebImageDownloader sharedDownloader] downloadImageWithURL:url options:SDWebImageDownloaderUseNSURLCache progress:nil completed:^(UIImage * _Nullable image, NSData * _Nullable data, NSError * _Nullable error, BOOL finished) { // 开始存储图片 [[SDImageCache sharedImageCache] storeImage:image imageData:data forKey:urlString toDisk:YES completion:nil]; NSDictionary *dict = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@'promotion.plist' ofType:nil]]; // 数据写入文件 NSData *contentData = [NSJSONSerialization dataWithJSONObject:dict options:kNilOptions error:nil]; [contentData writeToFile:self.lastPromotionPageFile atomically:YES]; }]; 联系我

QQ 453255376, 如有bug、不明白的,希望大家踊跃联系我,把程序写的更好。

开题报告

这里还有:


还可以点击去查询:
[启动]    [广告]    [定制]    [JYJAdViewController]    [iOS启动页广告定制JYJAdViewController]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/4466.docx
  • 上一篇:ThemeManager 是一个轻量级的毕业设计主题管理库,使用简单方便无耦合
  • 下一篇:iOS组件化-带你毕业设计实现项目组件化