IZImagePicker 0.2.0

IZImagePicker 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Taylor Allred, Izeni.



  • By
  • Izeni

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, [email protected], [email protected], [email protected], [email protected]

License

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