guoyingtao / Mantis

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

How to get new Transformation from CropInfo #51

Closed patryk-sredzinski closed 4 years ago

patryk-sredzinski commented 4 years ago

I store CropInfo data somewhere in user settings. And I'd like to read it, and translate it to 'Transformation', so I can launch CropView with predefined Crop selected.

How can I do this?

guoyingtao commented 4 years ago

@psredzinski Please check #24 to see if it is helpful.