Skip to content

Instantly share code, notes, and snippets.

View gregoryprosper's full-sized avatar

Gregory Prosper gregoryprosper

View GitHub Profile
@gregoryprosper
gregoryprosper / HSnapScrollView.swift
Last active April 18, 2022 03:27
Implement Snap to Item in horizontal scrolling scrollview in SwiftUI using custom scrollview.
//
// LazyHScrollView.swift
// Nail Library
//
// Created by Gregory Prosper on 4/14/22.
// Copyright © 2022 Greg Prosper. All rights reserved.
//
import SwiftUI
import Combine