Presenting an image cropping interface

前端 未结 2 448
栀梦
栀梦 2021-01-03 07:53

I\'m trying to engineer a UI for cropping images in iphone OS and suspect I\'m going about things the hard way. My goal is pretty much what the Tapbots duo have done with Pa

相关标签:
2条回答
  • 2021-01-03 08:14

    I have found that often a better UI for cropping results if you think of manipulating the position and size (and even rotation) of an image underneath a simple, immovable mask or cropping rect rather than trying to move a mask or cropping rect on top of an unmoving image. This is especially true of you always want the cropped image to have a preset proportion and orientation.

    0 讨论(0)
  • 2021-01-03 08:25

    For record's sake - A ready made component on Cocoa Controls

    http://cocoacontrols.com/platforms/ios/controls/imagecropper

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