Swift 4.0, image downloader, downloading, Caching, thread-safe Architecting Asynchronous Image Download and Caching in Swift Few months ago, I worked on a side-project that involved writing image downloader and cacher from scratch without using a third-party library. Today, in this blog post I am going to summarize how
iOS10, Apple, Tutorial, Example, iOS, Database, Core Data, Caching, Cache, Swift 2.0, Swift 2.3, Mantle, Adapter, MTLManagedObjectAdapter Core Data with Mantle in Swift Today we are going to talk about how I used Core data in conjunction with Mantle wrapper to directly store and retrieve data out of database without directly interacting with Core data. This