Skip to content

Reinventing the way ImagePicker works.

License

Notifications You must be signed in to change notification settings

wuzer/ImagePicker

Repository files navigation

ImagePicker 📷

Version License Platform

Description

ImagePicker

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.

Usage

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()

Installation

ImagePicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ImagePicker'

Author

Hyper Interaktiv AS, [email protected]

License

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

About

Reinventing the way ImagePicker works.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.2%
  • Ruby 1.6%
  • Objective-C 0.2%