artemkrachulov / AKImageCropperView

Responsive image cropper
MIT License
172 stars 66 forks source link

cropperview edges not moving smoothly on image. #35

Open bhargavthakkarPromact opened 5 years ago

bhargavthakkarPromact commented 5 years ago

i have made change in public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool { return false }

it working smoothly now. can u please let me know the reason