Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izeni-team/izimagepicker


https://github.com/izeni-team/izimagepicker

Last synced: about 2 months ago
JSON representation

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.