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
103 stars 2 forks source link

Can initialHorizontalPage be a Binding? #2

Open mrsunx opened 4 months ago

mrsunx commented 4 months ago

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

Thanks