Implement a dynamic list with empty, error, and loading state — Update 2019/08/14: Now available as a Swift package 🚀 Motivation What do I mean by advanced list? The app I’m currently working on has many dynamic lists which can represent different states, such as empty, error, items or loading. I implemented a solution, on top of the data-driven framework IGListKit, to…