PrecalculatedHeightColumnBasedUICollectionViewLayout
PrecalculatedHeightColumnBasedUICollectionViewLayout is a UICollectionViewLayout subclass where the items are placed in vertical columns that are laid out side by side. Each column has an arbitrary amount of items each with arbitrary heights. Each column is laid out independently from each other. (Looks like UITableViewβs synced up to each other)