Presenting an image cropping interface

前端 未结 2 449
栀梦
栀梦 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.

提交回复
热议问题