Skip to content

Instantly share code, notes, and snippets.

View j0schka's full-sized avatar

Joschka j0schka

  • Berlin
View GitHub Profile
@dmr121
dmr121 / PomodoroPicker.swift
Last active September 23, 2025 17:57
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 {