摘要: 第一步:导入支持视频播放的框架AVFoundation.framework,引入头文件 #import <AVFoundation/AVFoundation.h> 第二步:获取播放地址 //获取播放的地址 NSString *playString = @"http://static.tripbe.c 阅读全文
posted @ 2016-04-09 20:48 660813 阅读(180) 评论(0) 推荐(0) 编辑
摘要: //判断Xcode的版本 float version = [UIDevice currentDevice].systemVersion.floatValues; if (version < 8.0) { //iOS8.0以前UIAlertView UIAlertView *alertView = [ 阅读全文
posted @ 2016-04-09 20:38 660813 阅读(260) 评论(0) 推荐(0) 编辑