I have a UIView that seems to be too small for the image that I'm trying to display. I have my images in groups with different resolutions with the greatest resolution at 3 times size.
so if I have three files: file@3x.png, file@2x.png, and file@1x.png. How would I used Xcode to select a smaller image or any particular image to appear in my UIView? thanks for you help
so if I have three files: file@3x.png, file@2x.png, and file@1x.png. How would I used Xcode to select a smaller image or any particular image to appear in my UIView? thanks for you help