Facade pattern is one of the Structural Patterns. The main aim of it is to hide the complexity of system, class or logic and provide a simple interface - use your system easier. (more…)
Read more »
If you want to make Swift programmer shudder, just whisper “associated types”... (more…)
Read more »
Maybe this is not the place to ask since is Apple specific but I'm sure a lot of folks are wondering: will the async features be backwards deployable or only work on the new OSs? (more…)
Read more »
This is the second article in the series on basics of working with SQLite in Swift. Last time, in part 1, we learned how to open and close the SQLite database. This time, we are going to use sqlite… (more…)
Read more »
Eric Wing gives you a conceptual understanding of how Swift works on Android and how you can use it (more…)
Read more »