Last active
May 25, 2021 03:07
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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