CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Finjinon 4.1.3

Finjinon 4.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2019
SPMSupports SPM

Maintained by FINN.no, Elvis Nuñez.




Finjinon 4.1.3

Finjinon

Finjinon is a custom AVFoundation based camera UI, focused on quickly adding several photos. Selecting existing photos from the camera roll is supported through a pluggable interface, a default implementation using UIImagePickerController is provided.

Captured images are provided as an Asset which can retrieve image data asynchrously in order to keep memory usage low.

  • Quickly capture multiple photos (not bursted though)
  • Remove photos
  • Adapter based photo picking from photo library
  • Drag to reorder captured photos (longpress on thumbnail to initiate)

screenshot

Requirements

  • iOS 9.0
  • Swift 4.0

Installation

Finjinon is available through Carthage. To install it, simply add the following line to your Cartfile:

github "finn-no/Finjinon"

Usage

See the included Example project for usage.

License

MIT, see LICENSE