Dropfromshell, a Swift shellscript to do stuff on Dropbox

A script, written in Swift, to up- and download files from Dropbox – bvankuik/dropfromshell… Read more

Similar

Progressive Disclosure in Swift

In his excellent interview with the Accidental Tech Podcast, Chris Lattner defended the goal of Swift being suitable to both beginner and advanced programmers. He cites progressive disclosure, a design philosophy that is often employed in GUI applications...

Read more »

Model Controllers in Swift

Proper encapsulation of logic is one of the most important things when it comes to building well-architected apps and systems. This week, let's take a look at how we can better incapsulate our model layer's logic by using model controllers. (more…)

Read more »