Notes from building iOS products in the real world.

Practical write-ups on architecture, tooling, and hard-earned debugging lessons.

4 published articles

Dynamic Height UITableView Footer

Just as some other “simple” things like setting translatesAutoresizingMaskIntoConstraints = false I often forget that UITableView’s footerView doesn't...

3 min readiOS DevelopmentAuto LayoutSwift

Raspberry Pi & iPad Pro

An Ansible playbook to enable ethernet + power over USB I recently found out that it is possible to configure a Raspberry Pi to be used over a single...

3 min readHardware

Self Sizing Hell

The idea for this article began when I faced a challenge in my job, I was given the task of implementing a /nested/ version of self-sizing-cells: a se...

7 min readiOS DevelopmentAuto Layout