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
- Host: GitHub
- URL: https://github.com/coder-acjhp/uicimagepicker
- Owner: Coder-ACJHP
- License: gpl-3.0
- Created: 2019-01-20T12:16:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T01:12:22.000Z (almost 7 years ago)
- Last Synced: 2024-12-30T03:32:49.614Z (about 1 year ago)
- Topics: customizable-ui, image-picker, slidable-image-picker, swift
- Language: Swift
- Size: 1.85 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.