摘要: 阅读全文
posted @ 2016-04-01 00:21 J-yq 阅读(121) 评论(0) 推荐(0) 编辑
摘要: //file 文件操作 NSFileManager 常见的NSFileManager文件的方法: -(BOOL)contentsAtPath:path 从文件中读取数据 -(BOOL)createFileAtPath:path contents:(BOOL)data attributes:attr 阅读全文
posted @ 2016-04-01 00:11 J-yq 阅读(119) 评论(0) 推荐(0) 编辑
摘要: UIImageJPEGRepresentation函数有两个参数:引用的图片和压缩系数. UIImagePNGRepresentation(UIImage * image)函数只有一个引用图片参数. UIImagePNGRepresentation(UIImage * image)要比UIImage 阅读全文
posted @ 2016-04-01 00:06 J-yq 阅读(548) 评论(0) 推荐(0) 编辑