gpt4 book ai didi

iphone - iPhone 5 设计将使用自动调整大小蒙版?

转载 作者:行者123 更新时间:2023-12-03 19:54:26 25 4
gpt4 key购买 nike

我正在使用 Xcode 4.5 开发新应用程序,并将使用 iOS 4.3 的部署目标。应用程序应该支持 iPhone 5 和 iPhone 4。我在 google 上搜索了 iPhone 5 和 iPhone 4 的设计,看到了以下网址。

iOS 6 apps - how to deal with iPhone 5 screen size?

我们可以使用 autoresizingmask 进行 iPhone 5 和 iPhone 4 设计。我为 iPhone 5 和 iPhone 4 做了一些屏幕设计。但是,我有一个疑问。 autoresizingmask 也适用于 iPhone5 吗?我只用过iPhone 4。需要验证以下代码。请帮助我。

if ([[UIScreen mainScreen] bounds].size.height < 568) {
topView.autoresizingMask = UIViewAutoresizingFlexibleTopMargin |
UIViewAutoresizingFlexibleBottomMargin |
UIViewAutoresizingFlexibleLeftMargin |
UIViewAutoresizingFlexibleRightMargin |
UIViewAutoresizingFlexibleWidth |
UIViewAutoresizingFlexibleHeight ;
}

上面的代码对吗?或者自动调整大小也应该使用iPhone 5?

最佳答案

如果您希望 View 顶部固定到所有四个边并调整其宽度和高度,那么您应该只使用:

UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight

请注意,代码中的自动调整大小表示两侧的边距应该灵活,而检查器则表示它们应该固定。省略灵活边距意味着边距是固定的。

关于iphone - iPhone 5 设计将使用自动调整大小蒙版?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13061996/

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