Ulan Nurmatov

Results 6 issues of Ulan Nurmatov

Image is not displayed on the cropper screen. https://user-images.githubusercontent.com/41744054/106915480-404fe100-6730-11eb-8d49-880482c0b045.mp4

I'm trying to show the cropped image on the new screen, but after cropping, sometimes (not always) I get this error > Unable to load asset: /data/user/0/com.ulan.exampleapp/cache/image_cropper_1600097858039.jpg

**Describe the bug** I'm passing the url from one screen to another and trying to show the image with Photo_View, but keep getting the exception. ``` Exception has occurred. _AssertionError...

bug
P1

I want to share only jpg, jpeg and png images into the app, only on Android. What should I put in Manifest file?

Is it possible to use this library with different environments on iOS (schemas)? Also, I don't need a post dialog when sharing images into the app. Can I use custom...

After calling incrementSignificantUsageCount() do we need to call check() ? For example: ``` @objc func didTapSave(_ sender: UIBarButtonItem) { SwiftRater.incrementSignificantUsageCount() SwiftRater.check() } ```