Like every Swift developer out there I grew to love TableViewCells and Protocol Oriented Programming…
We had previously published this piece and updated it for 2020. This article will walk you through the…
If you have an app, I can bet that it talks to the network. And if it does, chances are you’re using JSON. In this article we are going to see a straightforward approach that works and requires very little code.
Unless you’re using the now very popular Parse platform, chances are your App deals with a RESTFUL Api. In this article we will see a clean way to generate rest routes from our swift models.
Coming from a JavaScript background, dealing with asynchronous processes in Android proved…