rom4in / Carousel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carousel

Implementing a snapping carousel in #SwiftUI. Surprisingly (to me), none of the existing carousels I found use ScrollView. It looks like the trick is to use HStack, DragGesture and offset(x:).

What do you know, it works great. @jarwarren1

Swift Package

import Carousel

Carousel(items:itemWidth:content:onIndexChanged:)

About


Languages

Language:Swift 100.0%