Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 745 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 745 Bytes

GAPhotoAlbumManger

Download the pictures to the custom photo album (Used in full version)

Usage

1.Method (sharePhotoAlbumManger) is called for a singleton Object
2.Using this object calls the save method (saveImage: albumName: completeHandle:)

Framework instructions

iOS9 before use AssetsLibrary.framework
iOS9 after use Photos.framework



中文介绍

GAPhotoAlbumManger是一个下载图片到自定义相册的组件 (兼容所有版本)

用法

1.使用单例方法(sharePhotoAlbumManger) 获取 GAPhotoAlbumManger对象
2.使用对象调用保存方法(saveImage: albumName: completeHandle:)

使用到的framework

在iOS9 以前使用 AssetsLibrary.framework
在iOS9之后使用Photos.framework