Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序广泛使用相机和面部识别,最近我发现它在 iPhone 4 上运行缓慢。
我知道你可以找到 ios 版本和它是什么类型的设备。
有没有办法以编程方式找出正在使用的 iPhone(4/4S/5)?
iOS版本:[[UIDevice currentDevice] systemVersion]
[[UIDevice currentDevice] systemVersion]
设备型号:如何以编程方式区分 iphone 4 和 iphone 4S?或者我如何检测我的用户正在使用哪个 iOS 设备?