guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
926 stars 183 forks source link

Make functions public to allow completely custom UI #346

Closed xinatanil closed 1 year ago

xinatanil commented 1 year ago

The only limitation that doesn't allow us to build a custom UI wrapper around CropViewController is that aspect ratio functions are not public. This PR contains quite a straightforward approach 😅. Possibly, there are better solutions.