背景图片不适合iPhone

时间:2011-09-06 11:27:18

标签: iphone

在我的应用程序中,我正在以编程方式使用背景图像,如下所示

self.view.backgroundColor =[UIColor clearColor];

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"homeScreen.png"]];

我尝试过两个图像尺寸为320x480像素和640x960像素,名称为@ 2x。但这两个图像都不适合iphone模拟器。

我是否需要将导航栏区域从320x480缩小?它适合吗?

我想知道为什么?

1 个答案:

答案 0 :(得分:1)

320 x 480和640 x 960是全屏分辨率。如果你有状态栏可见删除20像素等。

运营商状态栏= 20高 UINavigationBar = 44高 UITabBar = 49高 UISearchBar = 44高 UIToolBar = 44高