I'm working in an iOS project and I need to use some local images so I added my images to image.xcassets and everything working apparently fine, the problem is that my images are in very heigh resolution and of course very heavy making my project and final size app heavier. The problem increases because those images are contained in CollectionViews and TableViews forcing the device to render more and use a lot memory. And my doubt is: What's the best resolution for those images? or How to determine the best size?
Asked
Active
Viewed 210 times