ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.13k stars 1.56k forks source link

how to show guideline in crop screen ios #701

Closed taeyzzz closed 6 years ago

taeyzzz commented 6 years ago

Version

Tell us which versions you are using:

Problem

it's good for android. there is grid guide line for cropping image, but in ios there is no grid guide line for cropping . So, How to show grid cropping guide line in IOS platform

Thank you.

these are screen capture

screen shot 2561-05-17 at 11 51 52 am screen shot 2561-05-17 at 11 51 44 am
ivpusic commented 6 years ago

this is not possible currently in ios

taeyzzz commented 6 years ago

Can you explain why is it impossible?

ivpusic commented 6 years ago

cropping guidelines are present in the android because cropping library which is used there is ucrop. On ios, we use a different library which does not support guidelines.