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 June 17, 2025 07:38
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 {