Latest | 0.0.1 |
---|---|
Homepage | https://github.com/15038777234/GWLPhotoSelector |
License | MIT |
Platforms | ios 6.0, requires ARC |
相册照片多张选择控件
使用方法
1.#import "GWLPhotoLibrayController.h"
2.使用photoLibrayControllerWithBlock方法进行初始化
3.设置最多可选择的照片数量:maxCount (必须)
4.设置是否可跨相册选择:multiAlbumSelect (可选,默认NO)
cocoapods
pod ‘GWLPhotoSelector’, ‘~> 0.0.1’
更多设置
GWLPhotoSelectorHeader.h
1.#define GWLPhotoSelector_Cell_Height 55.0 // cell高度
2.#define GWLPhotoSelector_RowPhotoCount 4 // 一行显示的图片个数
3.#define GWLPhotoSelector_ErrorMessageText @"未能读取到任何照片"
效果展示
Latest podspec
{ "name": "GWLPhotoSelector", "version": "0.0.1", "summary": "u76f8u518cu7167u7247u591au5f20u9009u62e9u63a7u4ef6", "description": "u76f8u518cu7167u7247u591au5f20u9009u62e9u63a7u4ef6()", "homepage": "https://github.com/15038777234/GWLPhotoSelector", "license": "MIT", "authors": { "15038777234": "" }, "platforms": { "ios": "6.0" }, "source": { "git": "https://github.com/15038777234/GWLPhotoSelector.git", "tag": "0.0.1" }, "source_files": [ "GWLPhotoSelector/GWLPhotoSelector/GWLPhotoSelector", "GWLPhotoSelector/**/*.{h,m}" ], "resources": "GWLPhotoSelector/GWLPhotoSelector/GWLPhotoSelector/*.png", "requires_arc": true }
Sun, 28 Feb 2016 16:38:02 +0000