In iOS projects created by Xcode, you have a "folder" called Images.xcassets , that is, an Xcode assets catalog.
-
In this catalog, I add an image to a
UIButton
for example, and this image I'm forced to keep it within the project? Or just Images.xcassets? -
Inside the Images.xcassets, when I add an image for example, it shows me the overview , which has three spaces, which are respectively 1x, 2x and 3x. Am I required to set all three for the image to appear on an iPhone retina? Or if I just set it to 1x it will appear on all other devices?