Tag: Swift
All the articles with the tag "Swift".
-
Supporting updatable assets
How often have you wanted to change some small setting in your application? Let's build a generic solution.
-
Improving Composable Architecture Debugging
I've been a fan of Point FreeComposable architecture for a while now.
-
Apple Treats interview
Yesterday I was interviewed by Apple Treats You can watch the recording here:
-
Dear Xcode....
Two weeks ago I've released Sourcery Pro, the most powerful Xcode extension that exists.
-
Adding support for versioning and migration to your Codable models.
`Codable` is a great protocol for automating simple model persistence, but it lacks support for any kind of versioning or migrating the data from older...
-
Straighforward Data Snapshots
If your app has a lot of content, chances are that by the time you get a chance to work on a bug report, the data that the bug appeared on will be long gone.