Skip to content

Instantly share code, notes, and snippets.

View jbehrens94's full-sized avatar
🏳️‍🌈
Feeling energetic!

Johann Behrens jbehrens94

🏳️‍🌈
Feeling energetic!
View GitHub Profile
@jbehrens94
jbehrens94 / AppleLogo.swift
Created June 16, 2021 19:38 — forked from jordansinger/AppleLogo.swift
Original Apple logo in SwiftUI
import SwiftUI
struct ContentView: View {
var body: some View {
VStack(spacing: 0) {
Color.green
Color.green
Color.green
Color.yellow
Color.orange