Animating UICollectionView updates with self-sizing cells the Rx way
UICollectionView is one of the most flexible and powerful, but also mysterious and tricky components in UIKit toolbelt. I've learned it the hard way when trying to build a simple, Facebook-like feed. Here're my lessons learned.…