dkk / WrappingHStack

A SwiftUI HStack with the ability to wrap contained elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing alignment option

skywalkerlw opened this issue · comments

commented

Is there an option to allow trailing alignment?

yes, by using alignment = .trailing. You can see it working in the example.