这是我在设计两种版本的图像以用于后台或非门槛装置时的第一个天,因此,我怀疑Im有错,但我产生了两种图像,一种是302x193,另一种是604x386。 它们是“
我也把“@2x”图像 water为一片,以确保我能够知道这是否显示。 我的理解是,我的“Retina”装置(或“Peter 4”模拟器)应自动探测到“@2x”版本的存在并显示这一点。 然而,以下法典只显示标准解决版本。 感谢任何帮助:
- (void) tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
static UIImage *bgImage = nil;
if (bgImage == nil) {
bgImage = [[UIImage imageNamed:@"displayCell1.png"] retain];
}
cell.backgroundView = [[[UIImageView alloc] initWithImage:bgImage] autorelease];
cell.backgroundView.contentMode = UIViewContentModeTopLeft;
}
我也只用<代码>imageNamed:@”displayCell1"对其进行尝试,但同样没有结果。
我可以视需要提供更多细节。 感谢!
http://www.un.org。
现在我把这两个图像都用上了水,以确保我知道我所看的是什么。 清洁目标没有帮助,图像are<>/em>被包括在app。
Here s image one:
尺寸为302x193
这里的图像二:
Dimensions are 604x386
在这里,我看一看我操作的轮椅/上面的代码(指细胞高度直线,因此只有一间囚房在屏幕上显示):
I m pretty stumped here.