My name is Henrik Panhans and I'm a iOS Developer and Computer Science student, currently living in Berlin. I started learning Swift as my first programming language a couple months after it was first released in 2014 and have fallen in love with it more and more since then. Until today I have released seven apps on the App Store and several frameworks on Github. Recently I got the urge to try something new so I started building this website and decided to write articles about interesting Swift features or how to implement certain things.
As you can see I have the HTML skills of a potato though, but that's still better than this Wordpress theme I've been messing around with
Dynamic Type is an awesome feature in iOS that scales fonts according to the user's preference. In this article we're exploring how you can use it with custom fonts and weights
In this article we dive into the delegate pattern, how you can make the most efficient use of it and how you can leverage Swift's language features in combination with it
Apple introduced a new tableview style in its Wallet app in iOS 12.2. In this article I'll show one approach I used to recreate this style