Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)