我m developing a program that makes use of UIImagePicker custom class made by me, and the thing is I want to be able to use the manual-focus feature on the 3GS (the part where the user points where the camera should focus) and at the same time to use custom overlay view.
I
已将 showCameraControls 设置为 NO,以便可以通过编程方式拍摄图像并使用我自己的自定义叠加层,但是当相机控件被隐藏时,手动对焦功能也是如此。我什至将 UIApplication 子类化以捕获触摸事件并让 ImagePicker 继续接收事件以执行手动对焦功能。它适用于showsCameraControls = YES,但这不是我想要的。
- 有没有办法调用对 3GS 的关注?
- 有没有办法隐藏相机控件而不是处理触摸事件的视图(viewController)?
- 有没有办法让我使用默认的相机控件(带有叠加层)但仍然以编程方式拍摄连续照片?
我将非常感谢提供的任何帮助。