I'm trying to create a list of links/buttons in SwiftUI that wrap at the edge of the containing view. The same thing as a display: inline;
in CSS.
Asked
Active
Viewed 557 times
2

oivvio
- 3,026
- 1
- 34
- 41
-
1You might find helpful my answer in [SwiftUI HStack with Wrap](https://stackoverflow.com/questions/58842453/swiftui-hstack-with-wrap) – Asperi Dec 17 '19 at 02:46
-
@Asperi Great solution! – gotnull Dec 17 '19 at 02:56
-
Thanks @Asperi I'll tinker with that! – oivvio Dec 17 '19 at 09:24