A script, written in Swift, to up- and download files from Dropbox - bvankuik/dropfromshell... (more…)
Read more »
A fast and flexible Markdown parser written in Swift. - JohnSundell/Ink... (more…)
Read more »
A proof of concept scripting library for Swift. Contribute to twostraws/Brisk development by creating an account on GitHub. (more…)
Read more »
Protocols in Swift and Objective-C are a powerful tool to decouple your code. They allow you to specify a contract between classes that consume them, but defer a concrete implementation to conformers. They allow you to segregate interfaces and invert cont... (more…)
Read more »
This has come up several times on the forums, but I've never written it up in a standard place, so here it is: **There are only three ways to get run-time polymorphism in Swift.** Well, three and a half. (more…)
Read more »