An open API service indexing awesome lists of open source software.

https://github.com/coder-acjhp/uicimagepicker

Custom image picker
https://github.com/coder-acjhp/uicimagepicker

customizable-ui image-picker slidable-image-picker swift

Last synced: about 2 months ago
JSON representation

Custom image picker

Awesome Lists containing this project

README

          

# UICImagePicker
Custom image picker as pop-up, written by Swift 4+, it can trigger by button or swiping to up from handle area in this example I changed th pop-up .collapsed position to out screen so you can change it easly with changing cardView start poisition to ```self.view.height - cardView.handleArea.height```etc.

All movements animated userInteractive with ```UIViewPropertyAnimator()```.
It will add ```visualEffectView```when expanded.


## License
CoderImagePicker is released under the GPL3 license. See LICENSE for details.