Custom showsCameraControls for UIImagePickerControllerSourceTypeCamera

主宰稳场 提交于 2020-01-16 04:35:07

问题


I want to add two extra buttons to my UIImagePickerController. I saw that done in an app: camwow but I couldn't find the documentation to do that. I have a view overlay over the UIImagePickerControllerSourceTypeCamera but at the moment touches on the buttons from the view overlay propagate to the camera controller which focuses.


回答1:


I have had the same problem. Read these articles http://blog.airsource.co.uk/index.php/2008/11/11/views-of-uiimagepickercontroller/ and http://www.codza.com/custom-uiimagepickercontroller-camera-view

That helped me a lot



来源:https://stackoverflow.com/questions/5987486/custom-showscameracontrols-for-uiimagepickercontrollersourcetypecamera

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!