开发者

How to have a view that displays the front camera view or a black screen if its an iphone 2g/3g/3gs? I need a view that it's like a mirror?

开发者 https://www.devze.com 2023-02-15 02:10 出处:网络
There开发者_高级运维 is a way to do that? Thank you very much for your time I need only the view from the front camera or a black screen if its an iphone 2g/3g/3gs...[UIImagePickerController isCameraD

There开发者_高级运维 is a way to do that? Thank you very much for your time I need only the view from the front camera or a black screen if its an iphone 2g/3g/3gs...


[UIImagePickerController isCameraDeviceAvailable:UIImagePickerControllerCameraDeviceFront]

Should return true if there is a front camera, false if not. I've never had the opportunity to test this function on a phone with a front camera though.

0

精彩评论

暂无评论...
验证码 换一张
取 消