1

I have a similar problem to this: SwiftUI HStack with wrap and dynamic height

But I want this tags to aligned in center instead of left aligned. I tried but can't make it work.

enter image description here

Jigar
  • 305
  • 2
  • 14

2 Answers2

0

You can try VStack with alignment.

VStack(alignment: .center) {
    // your views
}
Azhagusundaram Tamil
  • 2,053
  • 3
  • 21
  • 36
0

SkillChipView is just rename of TagCloudView.

enter image description here

Jigar
  • 305
  • 2
  • 14