我的应用程序广泛使用相机和面部识别,我最近发现它在iPhone 4上很慢。
我知道你可以找到ios版本以及它是什么类型的设备。
有没有办法以编程方式找出正在使用的iPhone(4 / 4S / 5)?
答案 0 :(得分:1)
iOS版:[[UIDevice currentDevice] systemVersion]
设备型号:How to programmatically differentiate between iphone 4 and iphone 4S?或How do I detect which iOS device my user is using?