gpt4 book ai didi

iphone - 如何设计 iPhone 4s 和 iPhone 5 的 View ?

转载 作者:行者123 更新时间:2023-12-03 20:15:09 25 4
gpt4 key购买 nike

Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
How to deal with iPhone 5 screen size?

我想使用 xcode 4.5 启动新项目

iPhone 5 的观看高度为 568,iPhone 4s 的观看高度为 480。

如何为两者设计应用程序

如果我有全屏背景,并且我已经为其绘制了两个适当的图像,那么如何让 UIImageView 为新的更高的 iPhone 和旧的 iPhone 正确显示它?

最佳答案

您可以使用此代码来获取屏幕高度(和宽度):

CGRect screenRect = [[UIScreen mainScreen] bounds];
CGFloat screenWidth = screenRect.size.width;
CGFloat screenHeight = screenRect.size.height;

关于iphone - 如何设计 iPhone 4s 和 iPhone 5 的 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12704063/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com