Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yfujiki/27d0e0c66330ffb33de6d8a853eae928 to your computer and use it in GitHub Desktop.
Save yfujiki/27d0e0c66330ffb33de6d8a853eae928 to your computer and use it in GitHub Desktop.
HStack {
ForEach(brandNames.identified(by: \.self)) {
Text("\($0)")
.frame(width: UIScreen.main.bounds.width / 3 - 30)
.padding(10)
.border(Color.black, width: 1, cornerRadius: 22)
}
}.padding(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment