Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 212
dhruvvarde Avatar asked Feb 01 '26 04:02

dhruvvarde


1 Answers

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

  • Image Cropper
  • JBCroppableView

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

like image 166
TonyMkenu Avatar answered Feb 02 '26 17:02

TonyMkenu