Latest | 1.0 |
---|---|
Homepage | https://github.com/Heisenbean/YYPhotoManager |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Simple manager to take photo or select photo from album,and you can edit the photo
Feature
- Custom ActionSheet
- Multiple Selection
- single Selection Edit
Install
Cocoapod
pod 'YYPhotoManager', '~> 1.0'
Manual
Drag Resource
File to your project
Snapshot
Use
You can see ViewController.m
and you will know how use it!
Require
- Build: Xcode 7.1 and later
- Platform: iOS7 and later
Support
- Follow me on Twitter: @hedongbin
- Raise an issue on YYPhotoManager issues
Reference
Latest podspec
{ "name": "YYPhotoManager", "version": "1.0", "summary": "Simple manager to take photo or select photo from album.", "homepage": "https://github.com/Heisenbean/YYPhotoManager", "license": "MIT", "authors": { "Heisenbean": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/Heisenbean/YYPhotoManager.git", "tag": "1.0" }, "source_files": "YYPhotoManager/**/*.{h,m,nib}", "requires_arc": true }
Fri, 27 May 2016 09:08:03 +0000