When getting an image from the camera with a UIImagePickerController and AllowsEditing=YES, there is a pretty significant delay from when the user presses choose to when didFinishPickingMediaWithInfo is called. I'd like to use DejalBezelActivityView to display an activity indicator during this time. I'm not sure where I can put my call to:
[DejalBezelActivityView activityViewForView:(UIImagePickerController view goes here) withLabel:@"Processing..."];
Any ideas?