Resolution not right

Hello,

I’m trying to build a simple tip calculator in XCode, but it seems that the resolution of my button images in the iPhone 8 Plus simulator appear pixelated. The images appear fine in the iPhone 7 or less simulator though. I’m not sure what I’m doing wrong. Can someone advise?

Thanks,
Jason

Can someone please help me with this?

Hi @jfortyork

How exactly did you add images to the project? Are you using the .xcassets folder?

Nikita

Hi Nikita,

Yes, I created the assets in Sketch and exported each image in 1X, 2X and 3X. Then, I imported those images into Xcode under XCAssets.

Jason

Hi @jfortyork

In this case i assume that everything is OK with your images. I think that your simulator scale is not at the 100%, try setting the scale to to a 100% value (Window → Scale), your images should appear fine.
Hope this is helpful.

Nikita

This topic was automatically closed after 166 days. New replies are no longer allowed.