SwiftUI HStack with Wrap
问题 Is it possible that the blue tags (which are currently truncated) are displayed completely and then it automatically makes a line break? NavigationLink(destination: GameListView()) { VStack(alignment: .leading, spacing: 5){ // Name der Sammlung: Text(collection.name) .font(.headline) // Optional: Für welche Konsolen bzw. Plattformen: HStack(alignment: .top, spacing: 10){ ForEach(collection.platforms, id: \.self) { platform in Text(platform) .padding(.all, 5) .font(.caption) .background(Color