objective c - iOS: UIImagePicker or AVCam for this functionality -


i looking way add custom button on camera preview , don't know go. ios native camera, on left of capture button, can click on , access photo library. how can add button camera preview view? kind enough give directions? in advance.

take @ uiimagepickercontroller's cameraoverlayview. lets lay own interface on top of default camera interface.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -