Reputation: 16138
Im building an app that takes a photo of the user, its working fine
using the nice UIImagePickerController
this is what happens when the button that calls the delegate for the UIImagePickerController gets called
but my question and what i need is:
thanks a lot!
Upvotes: 4
Views: 2564
Reputation: 21967
You need to provide a cameraOverlayView
and set showsCameraControls = NO
.
EDIT: removed ref to allowEditing
.
Upvotes: 7