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)
})
}
...
}
Currently none.
IZImagePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "IZImagePicker"
Izeni, izeni.com, [email protected], [email protected], [email protected], [email protected]
IZImagePicker is available under the MIT license. See the LICENSE file for more info.