Interface for cropping operation: user-resizeable rectangle drawn on image

前端 未结 2 928
梦谈多话
梦谈多话 2021-02-11 09:42

I am trying to figure out a way to crop a UIImage as it\'s done in Photoshop Express:

\"enter

相关标签:
2条回答
  • 2021-02-11 10:33

    Here you have the source code for the custom control you are looking.

    http://www.cocoacontrols.com/platforms/ios/controls/bjimagecropper

    I recommend you to browse that webpage http://www.cocoacontrols.com, you will find tons of sample code, and most of it has an open license so you can use it in your own app.

    Hope that helps!

    0 讨论(0)
  • 2021-02-11 10:42

    Made a project that could be useful. Check it out:

    https://github.com/noripcord/Crop

    0 讨论(0)
提交回复
热议问题