Skip to content

Instantly share code, notes, and snippets.

@rgraves-aspiration
rgraves-aspiration / WalletCard.swift
Created June 2, 2022 18:19
Experiment with building a Card view in SwiftUi
//
// WalletCard.swift
// Sapling
//
// Created by Ryan Graves on 4/12/22.
//
import SwiftUI
extension String {
func separate(every stride: Int = 4, with separator: Character = " ") -> String {
@rgraves-aspiration
rgraves-aspiration / SketchSystems.spec
Last active November 11, 2019 23:17
Planet Protection
Planet Protection
Log In Page
User Logs In -> Is User a Planet Protection Member?
Is User a Planet Protection Member?
yes -> Member
no -> Non-Member
@rgraves-aspiration
rgraves-aspiration / SketchSystems.spec
Last active September 17, 2023 04:41
Aspiration App Logic
Aspiration App Logic
open app from home screen -> Has User Previously Logged In?
Logged Out Flow
Has User Previously Logged In?
yes -> Is Device Authentication Set Up?
no -> App Welcome Screen
App Welcome Screen
tap login -> Is Device Authentication Set Up?