Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T08:06:49.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T22:06:07.335Z (2 months 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)