Articles
-
Digital Estate Planning: A framework and protocol for handling your digital assets after your death.
-
Why I’m not a React Native Developer: An in-depth comparison of React Native with Swift development.
-
Padding and Spacing UIViews: Techniques to create views that need to show padding, but which need the padding to disappear when their content is nil.
-
Using Swift Enums for Solid UICollectionViews and UITableViews: A good way to let the Swift compiler help you build a rock-solid UICollectionView or UITableView is to manage their layout structure through an enum. In this post, I’ll provide you with a basic implementation and discuss its benefits.
-
Multicast Delegate: An easy and reliable way to implement one-to-many delegation in Objective-C.
-
UILabel + UIScrollView + Auto Layout: An easy way to use a label of variable height within a scrollview, with all the benefits of Auto Layout.
Tutorials
-
Your Online Music Service: Build your own music synchronisation and streaming service using Docker and Ampache.
-
Mandolin Tutorial: Introduction to making musical instrument apps on iOS, by combining two fantastic open-source libraries: The Amazing Audio Engine and the Synthesis Toolkit in C++.