fatbobman / Infinite4Pager

Infinite4Pager is a flexible and powerful SwiftUI component that provides infinite scrolling capabilities in four directions: up, down, left, and right. It's perfect for creating image galleries, card decks, or any other content that requires seamless navigation in multiple directions.
MIT License
98 stars 2 forks source link

Can initialHorizontalPage be a Binding? #2

Open mrsunx opened 2 months ago

mrsunx commented 2 months ago

I would like the parent view to be able to detect the current page index.

Thanks