Putting your CoreData stack into a Swift Package
Tweaking Xcode's Core Data boilerplate by creating a Persistence package.
Tweaking Xcode's Core Data boilerplate by creating a Persistence package.
Oftentimes we request JSON data from the server, deserialise it into network model objects and then wonder where we can keep ahold of this data..
Using aria2c to reliably download Xcode on a poor connection
I've been using the god-mix of the MVVM pattern mixed with the Coordinator pattern to build Tacks - and I'm a huge fan of the approach.