I am deciding on wether to use UIImagePickerController or to build a custom subview for the camera (like Instagram) to capture images or too use UIImagePickerController.
Is it possible to modify the text, images or layout of UIImagePickerController?
(I see some duplicate stack overflow questions saying no, but they all all over 3 years old and not using ios 7, so sorry for posting again.)
Not Yet, but yes you can add an overlay
to add more features, Yes you can use AVCaptureDevice to create fully customized camera app
.