How do I programmatically align the text of a sequence of UILabels within a horizontal UIStackView
so that all text is at the bottom of the views?
Below is an image of what I have and what I want. I already know how to create the views, I just can't figure out what properties or constraints are needed to get the text to align on the bottom of the views. Thanks.