If I understand your question correctly, all you have to do is open the camera in Front mode instead of back mode, so write this inside the method when you call the collector for the first time:
picker.cameraDevice=UIImagePickerControllerCameraDeviceFront;
Hope this answers your question. If not, tell me.
source share