Hello SwiftUI community,
I'm trying to do something that's probably easy to do but I'm stuck on it since hours. In a list, I'd like to have items composed of:
- A text centered horizontaly (a number)
- A text on the left of the number
- A text on the right of the number
I've tried many things (alignments, aligmentguides, GeometryReader....) but didn't find the way to achieve the result above. Does anyone has an example to help me?
Thanks