开发者

What user interface element would I use to take and crop a photo on the iPhone?

开发者 https://www.devze.com 2023-01-22 06:09 出处:网络
I\'d like to be able to take a photo f开发者_如何学JAVArom the iPhone\'s camera, select a polygon within that photo, crop the photo to match, and then fit the resulting image to the screen.

I'd like to be able to take a photo f开发者_如何学JAVArom the iPhone's camera, select a polygon within that photo, crop the photo to match, and then fit the resulting image to the screen.

What user interface element would you suggest for me to start doing this?

I'm a Java programmer and just getting started with the iPhone, so I'm not sure what to use.


You should start by looking at sample code from Apple for UIImagePickerController to start getting the image. When you are comfortable with that you can start thinking about how to crop the image.

0

精彩评论

暂无评论...
验证码 换一张
取 消