iphone - 设备选择了错误的视网膜图像
<p><p>我在 iPhone 5 上显示背景图像时遇到问题。我在项目中添加了 3 张图像。第一个名为 <code>main_background.png</code>,第二个名为 <code>[email protected]</code>,第三个名为 <code>[email protected]</code>。在 init 方法中,我将图像分配给背景,如下所示:</p>
<pre><code>- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = ;
if (self)
{
self.view.backgroundColor = ];
}
return self;
}
</code></pre>
<p>我在 iPhone 5 上运行该应用程序,它选择了 @2x 图像。它开始在 y 轴上重复它。我做错了什么以及如何解决这个问题?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您需要自己处理。
使用后缀 <code>-586h@2x</code> 仅适用于启动图像。</p></p>
<p style="font-size: 20px;">关于iphone - 设备选择了错误的视网膜图像,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/12987101/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/12987101/
</a>
</p>
页:
[1]