English 中文(简体)
@2x retina图像没有显示在Retina装置(iPodpass)或模拟器上(iPhone 4)
原标题:@2x retina image not displaying on retina device (iPod touch) or simulator (iPhone 4)

这是我在设计两种版本的图像以用于后台或非门槛装置时的第一个天,因此,我怀疑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: enter image description here

尺寸为302x193

这里的图像二:“

Dimensions are 604x386

在这里,我看一看我操作的轮椅/上面的代码(指细胞高度直线,因此只有一间囚房在屏幕上显示):

“entergraph

I m pretty stumped here.

最佳回答

在按摩托车场玩 the后,我发现,安装了“硬”设备,安装在<代码>i。 电话:,而不是i Telephone (retina)

enter image description here

这就确定了模拟器的问题。 不幸的是,尽管现在还有—— 也是在装置上工作,但我并不完全知道该装置存在什么固定问题,因为I ve试图使用的任何一个拖网可能都是关键,但我只是试图在模拟器上,然后回到该装置。

因此,对于今后支持这一点的任何人,我可以说是尝试所建议的一切。 所有建议似乎都好像实在在在。

问题回答

开放所汇编的<代码>.app, 插在Finder(右翼阵列,并选择展示包件......)中,并确保这两种图像都有。 如果X条码只是要复制文件,那么你可能必须清理建材和装饰。

法典将罚款给我。

核实“@2x”图像实际上已被纳入一揽子计划。

我在XCode 5上也遇到类似的问题,在组织者下做了清理,删除了衍生数据。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...