Post #2539181
2026-03-06 11:30 UTC
@matzelocal@mastodon.social I keep having to re-invent flow layout in SwiftUI. It's fairly easy via implementing Layout. I should really make a general component and reuse that though!
Replies (1)
-
@matzelocal@mastodon.social 2026-03-06 11:35
@amyworrall@mastodon.social Thanks for the hint to Layout. Unfortunately I can't use external packages… so I’ll have to do it on my own.