Skip to content

Instantly share code, notes, and snippets.

@barefeettom
Last active May 25, 2021 03:07
Show Gist options
  • Save barefeettom/1ce9b9f7e9d84bf9bb4a7da718cdd933 to your computer and use it in GitHub Desktop.
Save barefeettom/1ce9b9f7e9d84bf9bb4a7da718cdd933 to your computer and use it in GitHub Desktop.
For the tutorial series "Build an App Like Lego, with SwiftUI": https://medium.com/p/22784ed19252/
NewsCell(
image: Image(systemName: "photo"),
text: Text("Text"),
detailText: Text("Detail Text"),
tertiaryText: Text("Tertiary Text"),
largeImage: Image(systemName: "photo")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment