摘要: // Add a new ALAssetsGroup to the library. // The name of the ALAssetsGroup is name and the type is ALAssetsGroupAlbum. The editable property of this 阅读全文
posted @ 2016-03-22 16:35 象棋中的象棋 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 虽然 PhotoKit 的功能强大很多,但基于兼容 iOS 8.0 以下版本的考虑,暂时可能仍无法抛弃 ALAssetLibrary,这时候一个比较好的方案是基于 ALAssetLibrary 和 PhotoKit 封装出一系列模拟系统 Asset 类的自定义类,然后在其中封装好兼容 ALAsset 阅读全文
posted @ 2016-03-22 16:13 象棋中的象棋 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 本文接着 iOS 开发之照片框架详解,侧重介绍在前文中简单介绍过的 PhotoKit 及其与 ALAssetLibrary 的差异,以及如何基于 PhotoKit 与 AlAssetLibrary 封装出通用的方法。 这里引用一下前文中对 PhotoKit 基本构成的介绍: 这里还有一个额外的概念  阅读全文
posted @ 2016-03-22 16:11 象棋中的象棋 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 在 iOS 设备中,照片和视频是相当重要的一部分。最近刚好在制作一个自定义的 iOS 图片选择器,顺便整理一下 iOS 中对照片框架的使用方法。在 iOS 8 出现之前,开发者只能使用 AssetsLibrary 框架来访问设备的照片库,这是一个有点跟不上 iOS 应用发展步伐以及代码设计原则但确实 阅读全文
posted @ 2016-03-22 16:10 象棋中的象棋 阅读(249) 评论(0) 推荐(0) 编辑