gpt4 book ai didi

iphone - ipad 2 摄像头支持检测

转载 作者:太空狗 更新时间:2023-10-30 03:57:18 26 4
gpt4 key购买 nike

我有一个使用以下宏的应用:

#define IS_IPAD ([[UIDevice currentDevice] respondsToSelector:@selector(userInterfaceIdiom)] && [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad)

这对我来说效果很好。

但是,我用它来关闭应用程序中拍照的选项。

无论设备如何,如何检测相机选项是否可用?

最佳答案

[UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera];

这应该行得通

关于iphone - ipad 2 摄像头支持检测,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5863328/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com