JamitLabs / JamitFoundation

JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
MIT License
10 stars 5 forks source link

Improve Page View #61

Open PhiFrit opened 1 year ago

PhiFrit commented 1 year ago

ScrollToPage Method

Added a new method, to control scrolling of the pages from outside the PageView. If the index changes outside of the PageView it can now be registered and reacted on.

VerticalScrollEnabled

Added a new Bool that allows to disable vertical scrolling when you only want the horizontal scroll.