Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 540 Bytes

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).

addImageBtn.rx.tap.flatMap{self.getImage()}.bind(to: self.showCaseImageView.rx.image).disposed(by: disposeBag)

Enhancements

  • Video Recoder
  • Gallery

License

MIT