Resizing images is an important topic when we need to display images which do not match with the intended display size. For example, rendering much large images in a small… Read more Resizing UIImages with aspect fill on iOS →
Loading an image and displaying it on a screen consists of several steps. Firstly, we need to load the image data into memory, then decoding it to pixel data and… Read more Displaying images efficiently on iOS →
Storing data persistently on iOS is something what is needed quite often. In this post, we are going to look into how to build a persistent data store and how… Read more Creating persistent data store on iOS →