gpt4 book ai didi

iphone - 用户界面 ImageView : full screen image

转载 作者:行者123 更新时间:2023-11-28 18:04:30 25 4
gpt4 key购买 nike

我想在 iPhone 上查看全屏图像。多少像素我必须设置吗? iphone 3 和 的宽度和高度不同4?

我的源代码:

NSString *filePath = [[NSBundle mainBundle] pathForResource:theProduct.image ofType:@"png"]; 
UIImageView *img = [[UIImageView alloc] initWithImage:[UIImage imageWithContentsOfFile:filePath]];
img.frame = CGRectMake(0.0, 0.0, ?, ?);
[self.view addSubview:img];

我应该用什么代替问号?

非常感谢,斯特凡诺

最佳答案

尝试将 UIImageView 的框架设置为 [[UIScreen mainScreen] applicationFrame]

这会将 UIImageView 设置为使用应用程序可用的所有空间,如果状态栏可见,则不包括在内。

关于iphone - 用户界面 ImageView : full screen image,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4707285/

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