摘要: #import <AVFoundation/AVFoundation.h> #import <AssetsLibrary/AssetsLibrary.h> @interface ViewController ()<AVCaptureFileOutputRecordingDelegate> @prop 阅读全文
posted @ 2016-09-08 11:13 Da雪山 阅读(966) 评论(0) 推荐(0) 编辑
摘要: // iphone沙箱模型的有四个文件夹,分别是什么,永久数据存储一般放在什么位置,得到模拟器的路径的简单方式是什么. // documents,tmp,app,Library。 // (NSHomeDirectory())手动保存的文件在documents文件里 // Nsuserdefaults 阅读全文
posted @ 2016-09-08 11:07 Da雪山 阅读(263) 评论(0) 推荐(0) 编辑