IZImagePicker

A subclass for UIImagePicker


License
MIT
Install
pod try IZImagePicker

Documentation

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. To install it, simply add the following line to your Podfile:

pod "IZImagePicker"

Author

Izeni, izeni.com, tallred@izeni.com, bhenderson@izeni.com, mtenney@izeni.com, ssmith@izeni.com

License

IZImagePicker is available under the MIT license. See the LICENSE file for more info.