From 5d3e3e07ab86bc70d81765eda3508d336d6c72ca Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 19 Feb 2015 23:24:48 +0800 Subject: [PATCH] bug fix --- Pod/Classes/IGAssetsPickerViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pod/Classes/IGAssetsPickerViewController.m b/Pod/Classes/IGAssetsPickerViewController.m index 4c67444..577e2ec 100644 --- a/Pod/Classes/IGAssetsPickerViewController.m +++ b/Pod/Classes/IGAssetsPickerViewController.m @@ -230,7 +230,7 @@ - (void)cropAction { } #else - if(self.delegate && [self.delegate respondsToSelector:@selector(IGAssetsPickerGetCropRegion: withAsset:)]) + if(self.delegate && [self.delegate respondsToSelector:@selector(IGAssetsPickerGetCropRegion: withAlAsset:)]) { CGRect rect = [self.cropView getCropRegion]; [self.delegate IGAssetsPickerGetCropRegion:rect withAlAsset:self.cropView.alAsset];