A new (static) website

More than a year ago I was playing around with static site generators because I wanted to simplify my code and ultimately get rid of my server. My reasons back then were performance, version control and integration with GitHub. I tried a few...

read more

Looking back at 2012

On January 2 I moved to Iceland with two suitcases and a job contract. My new title: iOS developer at Gangverk, a small company creating iPhone- and Android apps for CBS in the United States. This was the beginning of an amazing year for me, both...

read more

MPVolumeView (Airplay button) on an UIBarButtonItem

In an app I’m currently building, the client wants an Airplay button in the navigation bar, with a nice background like so: After trying some things, the solution seems to be to loop over the subviews. It feels a bit hacky, but works perfectly:...

read more