Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Let User Crop Photo in iOS App [closed]

There are several questions (and answers) concerning cropping of images/photos within an iPhone app.

But I couldn't find an answer covering the common task of giving the user a rectangle which can be resized with a pinch gesture to letting him resize the area to cut.

You can find this functionality in many apps (Instagram, Twitter, etc...) most likely to cut a user photo to the right proportions. So I guess there are many people with the same problem.

Does anyone have code or tutorials to show how this task can be done?

like image 352
j7nn7k Avatar asked Apr 18 '12 08:04

j7nn7k


2 Answers

Try Below links for example project :

https://github.com/iosdeveloper/ImageCropper

https://github.com/barrettj/BJImageCropper

https://github.com/ardalahmet/SSPhotoCropperViewController

like image 124
Dinesh Avatar answered Oct 20 '22 22:10

Dinesh


I made this one which combines elements from both mentioned.

https://github.com/nicholjs/BFCropInterface

like image 7
nicholjs Avatar answered Oct 20 '22 21:10

nicholjs