RxSwiftCommunity / RxMediaPicker

A reactive wrapper built around UIImagePickerController.
MIT License
180 stars 62 forks source link

How do I skip cropper screen? #16

Closed matghazaryan closed 7 years ago

matghazaryan commented 7 years ago

When i selected photo it asks me to crop photo. I want to skip that. How could I do that?

freak4pc commented 7 years ago

@pmbfish40 The default implementation sets editable to false, I don't think you should see the Crop screen.

See here: https://github.com/RxSwiftCommunity/RxMediaPicker/blob/master/RxMediaPicker/RxMediaPicker.swift#L106

matghazaryan commented 7 years ago

wow thank you very much.