ImagePicker is an all-in-one camera solution for your iOS app. Let your users select images from the library or take pictures at the same time with this component. Get notified of every event and get all the UI work for free.
The component has been optimize to give a great user experience for the library working with assets instead of referenced images, this allows it to create a fast and smooth infinite scrolling.
ImagePicker works as a normal controller, just instantiate it and present it.
let imagePickerController = ImagePickerController()
presentViewController(imagePickerController, animated: true, completion: nil)
ImagePicker will let you know if the user interacts with it, we have some delegate methods:
func wrapperDidPress(images: [UIImage])
func doneButtonDidPress(images: [UIImage])
func cancelButtonDidPress()
ImagePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ImagePicker'
Hyper Interaktiv AS, [email protected]
ImagePicker is available under the MIT license. See the LICENSE file for more info.