Month

February 2015

Implementing a cache manager in Swift

In this article we’ll see how we can make a simple cache manager in swift. The goal is to store NSCoding compliant objects to the phone and restore them afterwards. We’ll use an identifier string that is provided to the… Lire la suite