没有touchesbegan:在UIImagePickerController的实时相机区域

时间:2009-06-14 21:25:53

标签: iphone cocoa-touch uiimagepickercontroller

在我的UIImagePickerController(相机拍摄视图)中,我想跟踪触摸。 每个触摸事件都被正确调用,除了touchesbegan:

这不是一个错字或什么东西,因为touchesbegan:已被召唤到现在, 我已经将控制器从UIViewController更改为UIImagePickerController。

为什么是touchesbegan:没有在UIImagePickerController中调用? 我如何实现这一目标?


更新:它有效。但仅限于控件(位于底部)。它在相机实时图片中不起作用。

1 个答案:

答案 0 :(得分:1)

在预览区域上添加透明视图,子类UIView并在那里捕捉触摸事件?