Skip to content

Instantly share code, notes, and snippets.

View SaltySpaghetti's full-sized avatar
🤨
Shitty skilled programmer

Salty Spaghetti SaltySpaghetti

🤨
Shitty skilled programmer
View GitHub Profile
import SwiftUI
struct ContentView: View {
@State var pictureExpanded = false
var body: some View {
VStack(alignment: .leading, spacing: 20.0) {
Text("Once upon a time there was a turtle named George who made friends with a giraffe at the local water park and then they went on lots of adventures together.")
Button {