Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izeni-team/izimagepicker
https://github.com/izeni-team/izimagepicker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/izeni-team/izimagepicker
- Owner: izeni-team
- License: mit
- Created: 2016-07-27T19:21:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T20:44:09.000Z (over 8 years ago)
- Last Synced: 2024-10-14T02:03:54.951Z (3 months ago)
- Language: Objective-C
- Size: 110 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IZImagePicker
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
To use IZImagePicker:
```
class MyViewController: UIViewController {
...
@IBAction func changeProfileImageTapped() {
IZImagePicker.pickImage(vc: self, useCamera: true, useLibrary: true, preferFrontCamera: true, iPadPopoverSource: view, aspectRatio: 1, callback: { (image) in
self.uploadProfileImage(image)
})
}
...
}
```## Requirements
Currently none.
## Installation
IZImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "IZImagePicker"
```## Author
Izeni, izeni.com, [email protected], [email protected], [email protected], [email protected]
## License
IZImagePicker is available under the MIT license. See the LICENSE file for more info.