Skip to content

Instantly share code, notes, and snippets.

View dan-rodrigues's full-sized avatar

Dan dan-rodrigues

View GitHub Profile
@dan-rodrigues
dan-rodrigues / ContentView.swift
Last active December 11, 2020 07:19 — forked from kellylougheed/ContentView.swift
SwiftUI app for a paint canvas
//
// ContentView.swift
// 2Darrays
//
// Created by Kelly Lougheed on 12/3/20.
//
// @drr: Minor changes to replace global variable with @StateObject that can be modified through @Binding
import SwiftUI