如何检测我的iOS设备是否有LED指示灯?
我试图看到iPad 2(前置和后置摄像头)和iPhone 4(正面,背面+ LED灯)之间的区别
答案 0 :(得分:5)
答案 1 :(得分:-1)
那些应该提供你需要的信息。
[[UIDevice currentDevice] model];
[[UIDevice currentDevice] systemVersion];
[[UIDevice currentDevice] systemName];
当您知道设备时,您知道它是否有LED灯。