I am trying to pick an image from the photo library or from the camera.The delegate method:
- (void)imagePickerController:(UIImagePickerController *)picker d
Try the following code:
NSData *imageData = [[NSData alloc] initWithData:UIImageJPEGRepresentation((image), 1.0)]; int imageSize = imageData.length; NSLog(@"SIZE OF IMAGE: %i ", imageSize);