Warm tip: This article is reproduced from serverfault.com, please click

Align items in horizontal UIStackView from the center

发布于 2020-12-09 13:12:40

here is what I have now

Hi all :) There is a situation when I need to align items in the UIStackView from the center. So if there is 2, 3, 4 (no matter how many) they should be aligned from the center, not from the left/right side etc. Is it possible to implement? I have parent vertical stackView and 2 nested horizontal stackviews with UIImageViews inside.

Questioner
lost.in.code
Viewed
0
Raja Kishan 2020-12-09 22:23:40

Set parent UIStackView (vertical stackView) alignment to center.enter image description here