Hi
I am trying to do some exercises from a book. The first exercise is to turn on the ability to edit an image taken with the camera after capturing it, which I have done. However, I'm not sure whether the next exercise, which is to overlay a view with a crosshair on it over the camera, is meant to be done separately from the first exercise.
If it is not, then when the editing view appears after taking the photo, I can't pinch and zoom the image because my camera overlay is in the way.
I have tried to turn off the built-in camera controls and add my own button to the overlay so that, when it is pressed, I have an opportunity to intervene during the photo taking process and make the overlay nil, but the editing screen doesn't appear after the photo is taken.
There doesn't seem to be a delegate method that fires between the picture being taken and the image editing screen appearing so that I can dispense with the overlay.
Is it therefore not possible to use an overlay and the built-in editing functionality that comes with a UIImageViewPickerController at the same time?
Any help greatly appreciated. Thank you.
I am trying to do some exercises from a book. The first exercise is to turn on the ability to edit an image taken with the camera after capturing it, which I have done. However, I'm not sure whether the next exercise, which is to overlay a view with a crosshair on it over the camera, is meant to be done separately from the first exercise.
If it is not, then when the editing view appears after taking the photo, I can't pinch and zoom the image because my camera overlay is in the way.
I have tried to turn off the built-in camera controls and add my own button to the overlay so that, when it is pressed, I have an opportunity to intervene during the photo taking process and make the overlay nil, but the editing screen doesn't appear after the photo is taken.
There doesn't seem to be a delegate method that fires between the picture being taken and the image editing screen appearing so that I can dispense with the overlay.
Is it therefore not possible to use an overlay and the built-in editing functionality that comes with a UIImageViewPickerController at the same time?
Any help greatly appreciated. Thank you.
Last edited: