I was wondering if anyone else has used the following开发者_如何学运维 in their iOS applications.
I have an app that is adding a view that is used to call UIImagePickerController. When the use hits the add image button, the following code executes:
I\'m trying to perform the task of taking a picture, but triggered by code instead of relying on the touching of the camera but开发者_Go百科ton in UIImagePickerController. Can this be done? I want to
Is there a way to capture video of a screen from your own application? As far as I see there is no way to do it 开发者_如何学运维with UIImagePickerController (cameras only), but maybe there is a way t
I would like to show a countdown when the user hits the record button in the UIImagePicker controller but there is no delegate method telling us when they hit record.I\'m able to set a max duration bu
I\'开发者_如何学Cm trying to build a replacement for UIImagePickerController, using AVCaptureSession with AVCaptureDeviceInput and AVCaptureStillImageOutput, as input/output respectively.
I\'m using openAL to pla开发者_JAVA技巧y sounds. I have a view controller that lets users upload a video. I want to give them a 1 minute warning sound so that they know to wrap things up. I tried usin
I want to detect touch on live area of camera using UIImagePick开发者_如何转开发erController. I want to track touches. Every touch event gets properly called except for touchesbegan:
I\'m developing an iPad app for use in-house. It\'s basically a SplitView based app, with a list of items. The details view contains a navigation controller. When the user selects an item in the rootv
I want to customize new camera overlay view, so need figure out one way to put new view above self.imagePickerController.cameraOverlayView.