SwiftUI HStack with Wrap

Here is some approach of how this could be done using alignmentGuide(s). It is simplified to avoid many code post, but hope it is useful. Update: There is also updated & improved variant of below solution in my answer for SwiftUI HStack with wrap and dynamic height This is the result: And here is full … Read more