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.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- back button text does not change
相关文章
- 现在使用swift开发ios应用好还是swift?
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- xcode 4 garbage collection removed?
- Unable to process app at this time due to a genera
- How can I add media attachments to my push notific
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
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