artemkrachulov / AKImageCropperView

Responsive image cropper
MIT License
172 stars 66 forks source link

delegates imageCropperViewDidChangeCropRect is not called #12

Open herolindsopjani opened 7 years ago

herolindsopjani commented 7 years ago

cropView.image = image cropView.showOverlayView() cropView.delegate = self

extension EditProfileImageController : AKImageCropperViewDelegate { func imageCropperViewDidChangeCropRect(view: AKImageCropperView, cropRect rect: CGRect) { print(rect) } }

even is not called in example project

ShaharHD commented 7 years ago

15 Resolves this?