在 iOS 3.2 之前的版本上检测多个屏幕?
iOS 3.2 引入了 [UIScreen Screens],它允许我确定有多少个屏幕连接到设备。但是,我正在寻找一种方法来在具有 3.2 之前版本的设备上确定这一点。有什么想法吗?
iOS 3.2 introduced [UIScreen screens] which allows me to determine how many screens are connected to the device. However, I'm looking for a way to determine this on a device with a previous version, prior to 3.2. Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
运行 3.2 之前版本的设备不能以任何有意义的编程方式拥有多个屏幕。这就是为什么没有 API 的原因。你想做什么?
No devices running pre-3.2 can have multiple screens in any meaningful programmatic way. That's why there weren't APIs for it. What are you trying to do?