UIBarButtonItem图像出现像素化

时间:2015-05-07 15:35:26

标签: ios image uibarbuttonitem

在我的IOS应用程序中,我正在尝试将图像合并到UIBarButtonItems上。我在IconFinder上找到了一些图标,但是当我使用Storyboard指定图像时它们会出现像素化(我导出了22x22像素的png)。

它在故事板中显得很好但在我的设备/模拟器中像素化:

enter image description here

enter image description here

如何确保UIBarButtonItem图像不像素化?我读过它们应该是22x22。

1 个答案:

答案 0 :(得分:3)

它们应该是22 x 22 。你正在处理像素。

如果你正在为iPhone 6 Plus进行优化,你需要一个44 x 44的@ 2x图像以及一个66 x 66的@ 3x图像。

Here's a helpful link about the difference between points and pixels