Skip to content

Instantly share code, notes, and snippets.

View roddymunro's full-sized avatar

Roddy Munro roddymunro

View GitHub Profile
@dmr121
dmr121 / PomodoroPicker.swift
Last active April 7, 2024 22:00
SwiftUI - Snapping horizontal scrolling pomodoro picker
//
// PomodoroPicker.swift
// pomodoro
//
// Created by David Rozmajzl on 1/1/22.
//
import SwiftUI
struct PomodoroPicker<Content, Item: Hashable>: View where Content: View {
@Thisura98
Thisura98 / DynamicFormsTest.swift
Created March 16, 2020 11:27
Creating completely dynamic forms
/**
Fixed identifiers for the Fields
*/
enum FieldID{
case unknown
case country
case registration
case condition
case quantity
case year