OStack程序员社区-中国程序员成长平台

标题: ios - 背景图像有多大? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 13:03
标题: ios - 背景图像有多大?

我正在用 Swift 开发一个游戏(但不是 sprite kit),我在制作一个在每个设备上看起来都很棒的背景图像时遇到了很多麻烦。我最近了解了@1x、@2x 和@3x 图像的概念以及它的像素,但是我找不到任何地方可以说明背景图像必须在 Canvas 模式下都必须具有多大的尺寸(宽度和高度),预览模式和行动。

有人可以帮助我吗?

为了帮助,我附上了我所做的测试的两个打印屏幕。

感谢您的帮助

Image on Xcode 7 canvas

image in preview mode. Notice how he cut the edges



Best Answer-推荐答案


设备的尺寸图标:
Size Image Device Iphone

UIImageView *imageView = [UIImageView alloc]init]; 
imageView.frame = CGRectMake(0,0,widthInt,heightInt);
imageView.image = [UIImage ImageWithName"nameImage.png"];

关于ios - 背景图像有多大?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34456945/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4