Keep things DRY and learn how to write less code with Swift
and learn how to write less code with Swift protocols... (more…)
Read more »One of Swift 5.2’s new features is the ability to use KeyPaths as functions. This can be extremely useful in cases where you’d only return the value of a certain KeyPath in a closure. Let’s look at a… Read more