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 5 的屏幕尺寸?
iphone 5 有不同的屏幕尺寸,其他的有不同的屏幕尺寸。我如何编程以使我的应用程序对两种使用都可靠?
如果您使用的是 IB,那么一切都会为您完成。
但是,如果您将自定义对象放在屏幕上,那么您需要知道将它们放在哪个设备上。我这样做的方式是如此使用:
[[UIScreen mainScreen] 边界];
然后如果高度是 1136,那就是 iPhone 5。