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



还可以点击去查询以下关键词:
[启动]    [定制]    [视频]    [APP启动定制视频]   

项目介绍:

startMovie

APP启动视屏 APP第一次启动播放视屏欢迎

github下载地址:https://github.com/Zws-China/startMovie

如果觉得对你还有些用,开题报告开题报告,给一颗star吧。你的支持是我继续的动力。

How To Use 在AppDelegate.h中#import 'WSMovieController.h' BOOL isFirstLogin = [[[NSUserDefaults standardUserDefaults] objectForKey:@'isFirstLogin'] boolValue]; if (!isFirstLogin) { //是第一次 WSMovieController *wsCtrl = [[WSMovieController alloc]init]; wsCtrl.movieURL = [NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@'qidong'ofType:@'mp4']]; self.window.rootViewController = wsCtrl; [[NSUserDefaults standardUserDefaults] setObject:@'YES' forKey:@'isFirstLogin']; }else{ //不是首次启动 ViewController *viewCtrl = [[ViewController alloc]init]; self.window.rootViewController = viewCtrl; }


这里还有:


还可以点击去查询:
[启动]    [定制]    [视频]    [APP启动定制视频]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7373.docx
  • 上一篇:高仿美团客户端 React-Native版,支持iOS、Android
  • 下一篇:类似直播定制App录屏的Demo