This UI attempts to capture the Quibi Card Stack and the associated User Interaction.
A vertical stackview which takes subviews with different widths and adds them to it's rows with paddings, spacings etc.
Problem UIStackView is a very handy tool to build flow layout, but it's available only when iOS9+, we've found some ...