finn-no / Finjinon

Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker
MIT License
58 stars 16 forks source link

Support for camera-only use #24

Closed PWFinn closed 6 years ago

PWFinn commented 7 years ago

What?

var imagePickerAdapter: ImagePickerAdapter? can now be nilled in order to disable the image picker; or to make Finjinon a camera-only controller.

screenshot

Why?

There's a desire to use Finjinon as a camera-capture controller alongside a separate and direct entry for picking images from the images library.