i am pretty stuck in middle of something
i am trying one demo app for UIImagePickerController type camera, and trying to zoom-in/out with camera overlay view using transform scaling matrix.
Well i have done zoom-in/out successfully, but now i want to get captured image in UIimageView, i am getting original image in
- (void)imagePickerController:(UIImagePickerController *)picker1 didFinishPickingMediaWithInfo:(NSDictionary *)info
delegate method but cant get zoomed/scaled edited image into the UIImageView.
So here i have searched lot, but cant get rid of it, i hope you guys will help me out.
your help will be really appreciated.