I have two labels in a horizontal UIStackView
. Label 1 is a large font (the alarm time), Label 2 is a small font (AM/PM indicator) and I want to align the bottoms of each label.
I have the alignment of the stack view set to Bottom, but it seems like it's just aligning the bottoms of the labels' total area and not the actual text. The result is that the smaller font's bottom edge is about 3 or 4 pixels above the bottom edge of the large label. How do I fix this?