gpt4 book ai didi

objective-c - 如果(设备 == iPad),如果(设备 == iPhone)

转载 作者:IT王子 更新时间:2023-10-29 07:49:18 29 4
gpt4 key购买 nike

所以我有一个通用应用程序,我正在设置 UIScrollView 的内容大小。显然,iPhone 和 iPad 上的内容大小会有所不同。如何为 iPad 设置某种尺寸,为 iPhone 和 iPod touch 设置另一种尺寸?

最佳答案

if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
{
// The device is an iPad running iOS 3.2 or later.
}
else
{
// The device is an iPhone or iPod touch.
}

关于objective-c - 如果(设备 == iPad),如果(设备 == iPhone),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7046539/

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