Skip to content

Instantly share code, notes, and snippets.

View ANG13T's full-sized avatar
🪄
Manipulating electrons

Angelina Tsuboi ANG13T

🪄
Manipulating electrons
View GitHub Profile
struct CarouselView: View {
var body: some View {
List {
VStack(alignment: .leading, spacing: 5) {
Image(systemName: "hand.raised.fill").foregroundColor(.blue).font(.system(size: 30)).padding(.top, 5)
Text("Hands-Only CPR").bold().padding(.top, 5)
Button("**BEGIN**") {
print("Begin 1")