When I use UIImagePickerController to take a picture, it always takes me to a preview screen after taking the picture Where does it say "retake" or "use" is there any way to avoid going to this screen? Even when I use a custom overlay screen, and I set the picker. Editing to evacuate, it takes me to this screen. I've seen other apps that avoid going to the preview screen, so how can I do this?
This is the code I am using:
FrontOverlayView * overlay = [[See Front overlay] Eloop: InitVithframe: CGRactMake (0,0,320,460)]; UIImagePickerController * Picker = [[UIImagePickerController alloc] init]; Picker.sourceType = UIImagePickerControllerSourceTypeCamera; Picker.delegate = self; Picker.allowsEditing = No; Picker.cameraOverlayView = Overlay; [Self current model visual controller: animated picker: yes]; [Picker release]; [Overlay release];
picker.showsCameraControls = no; Should do this.
Comments
Post a Comment