Putting an UILabel and an UIButton to an UIStackView causes a bigger spacing, than is really necessary. I need the info button to be directly next to the label. Setting constraints or hugging priorities didn't help.
It looks like this. Distribution of the StackView is Equal Spacing. Other UI Elements don't cause this behavior and are positioned directly next to the label.
How can I achieve the same UIStackView without spacing? I saw this problem already several times, but could not find any solution to it.