Pages
Pages copied to clipboard
📖 A lightweight, paging view solution for SwiftUI
I'm having an issue with the library, where any time any of my other state variables change on page, the animation triggers. If I've got a Page 0, and a...
is there a way to hide the navigation bar in a ModelPages view? The navigationBarHidden modifier doesn't seem to work
Hi, When I change the page programmatically, it is animated once. If I swipe to the next page, I get it animated twice, i.e., once with my swipe and again...
This PR makes the UIPageControl instance know about changes to the number of pages (which seem to be correctly updated on the PageControl instance already).
Hi, this is an amazing package, thanks! Is there a way to modify the code to only allow page turning when swiping? I have views with .onTapGesture{} placed near the...
i don't want those pagination dots that controlAlignment brings. How can I disable them?
Hello! if dynamic header title, page scroll not work How fix this? There is examle: ``` swift struct TestView: View { var body: some View { NavigationView { VStack {...
滑动两次的BUG
非常感谢有这么好的开源组件,在使用的过程中遇到一些小的问题。 给Page添加Onchange事件以后会触发页面滑动两次的问题。 希望能给作者解决BUG提供一些思路。
I have a menu that changes the content shown on the screen. In two of the different views I used Pages. Showing the first instance of Pages works fine, but...
This fixes the double animation issue mentioned in the issues