WWDC23 SALE: Save 50% on all my Swift books and bundles! >>

day 23 removing @3x.png

Forums > 100 Days of Swift

Hi,

for day 23 project, since using Filemanager method does not use app thinning that automatically delivers only the content each device is capable of showing, is it ok for me to only use @3x.png pictures in my project to accomodate for all Apple screen sizes and resolutions (non-retina)?

i used the below code to filter out.

for item in items{
            if item.description.hasSuffix("3x.png"){
                flags.append(item)
            }
        }

2      

Save 50% in my WWDC23 sale.

SAVE 50% To celebrate WWDC23, all our books and bundles are half price, so you can take your Swift knowledge further without spending big! Get the Swift Power Pack to build your iOS career faster, get the Swift Platform Pack to builds apps for macOS, watchOS, and beyond, or get the Swift Plus Pack to learn advanced design patterns, testing skills, and more.

Save 50% on all our books and bundles!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.