Skip to content

Instantly share code, notes, and snippets.

View peppesapienza's full-sized avatar

Giuseppe Sapienza peppesapienza

View GitHub Profile
import SwiftUI
struct ContentView: View {
var body: some View {
VStack(alignment: .leading) {
bannerView
welcomeView
latestLessonsView
cardView
cardView
import SwiftUI
struct ContentView: View {
var body: some View {
VStack {
top
Spacer()
mid
Spacer()
bottom