SwifUI loop over strings to add item

It can be done with alignment, like

HStack(alignment: .top) {       // << here !!
    GCheckmark()
    Text(description).fixedSize(horizontal: false, vertical: true)
        .gistFont(.body)
}

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top