是否可以使用 [UIDevice currentDevice] 的任何属性来区分 iPhone 3G 和 iPhone 3GS?
最佳答案
检查的最佳方法是按照 How to tell if your code is running on an iPhone or an iPhone3G? 使用 sysctlbyname("hw.machine", ...)
3GS 的返回结果应该是“iPhone2,1”
是否可以使用 [UIDevice currentDevice] 的任何属性来区分 iPhone 3G 和 iPhone 3GS?
最佳答案
检查的最佳方法是按照 How to tell if your code is running on an iPhone or an iPhone3G? 使用 sysctlbyname("hw.machine", ...)
3GS 的返回结果应该是“iPhone2,1”