Ios swift – UIStackView does not respect size of programmatically added buttons
I have a UIStackView that includes either three or four custom UIButtons. All buttons are completely rounded, the left and right buttons are slightly bigger than the center one/two. Somehow, I can't get UIStackView to respect the bounds set by…