dhruvvarde
dhruvvarde

Reputation: 179

How to implement the cropping feature similar to Android Phone (default) in iOS.?

I have used BJImageCropper Class from Github to implement the functionality for cropping but I want the Image Cropping like Android Default Crop Box.

Like this:

Cropping in Android

Upvotes: 3

Views: 1361

Answers (2)

npmrtsv
npmrtsv

Reputation: 434

If u want cropper like in fb app, try to use mine. https://github.com/quaddef/QDImageCropper

Upvotes: 0

TonyMkenu
TonyMkenu

Reputation: 7667

I didn't found something with arrows .. but you can check this:

As mentioned by CRDave in comments, you can check this link also https://github.com/nicholjs/BFCropInterface

Upvotes: 2

Related Questions