Implementation of a SwiftUI carousel control that displays a scrollable sequence of views where each view represents a value in a collection. The user can scroll through these views to select one value at a time.
The views that represent each selectable value, referred through the documentation as marks, can be customized to a lazily created view identified by its index in the collection.
See the Package Documentation for more details.
For code examples see Previews.swift for previews in the package
source, or the Demo App folder for a example app.
Discrete Step Carousel is licensed under the MIT License.
Written with ♥ in San Francisco, California.