Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker
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.
Finjinon is available through Swift Package Manager.
See the included Example project for usage. You must call Finjinon.setup(...)
before using it.
MIT, see LICENSE