I hope this is the right place to post a question like this. Apologies if it isnt. I am having an issue displaying images. I want to display 10 images in a UIScrollView
with paging enabled which are roughly 1mb in size.I am using lazy loading based on this example: http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content . Is there a way to reduce there size that will keep as much quality as possible? It does not need to be done in code either, if there was a good compression site that could do it it would be great. I dont have much experience dealing with images.
For example what should i be looking out for?