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 to store image data. Initialising the persistent data store Persistent data store is an object managing a folder on disk. It allows writing and reading …