UISegmentedControl inside UIStackView, segments text not centered - iOS 13

Viewed 610

In iOS 13 UISegmentedControl design has been updated, but if you put a segmented control inside a UIStackView, the text of the segments is not centered.

This is what I see from the StoryBoard

This is what I see from the StoryBoard

This is the result on the running app

enter image description here

1 Answers

Bug report sent to Apple and solved with iOS beta 3.

Related