https://github.com/grgbishow/media-module
Reavtice ImagPicker based on RxExtension
https://github.com/grgbishow/media-module
image imagepicker imagepickercontroller ios-swift rxcocoa rxswift swift4 uiimagepickercontroller
Last synced: 11 months ago
JSON representation
Reavtice ImagPicker based on RxExtension
- Host: GitHub
- URL: https://github.com/grgbishow/media-module
- Owner: GRGBISHOW
- License: mit
- Created: 2019-01-07T10:27:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T08:06:49.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:35:10.586Z (over 1 year ago)
- Topics: image, imagepicker, imagepickercontroller, ios-swift, rxcocoa, rxswift, swift4, uiimagepickercontroller
- Language: Swift
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media-Module
Media Module is a layer based RxSwift's extension of UIImagePickerViewController. It provides a complete solution for any tasks related to the Media (Images/Videos/gallery) for your application.
## Image Picker
Simple Image picker with source options (camera and gallery).
```Swift
addImageBtn.rx.tap.flatMap{self.getImage()}.bind(to: self.showCaseImageView.rx.image).disposed(by: disposeBag)
```
# Enhancements
* Video Recoder
* Gallery
# License
[MIT](https://github.com/GRGBISHOW/Media-Module/blob/master/LICENSE)