Showing a HUD whilst an image is downscaled in size
问题 I have an app where the user takes a photo using the Camera and then chooses to Use the photo. The following method is called: - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info Within this method I check the NSData length of the image and resize the actual image if the data (Kb) size is too large, then check again. This way I only scale down small amounts to keep the highest quality/sized image rather than a specific size w/h.