orchetect / SwiftUIPageView

SwiftUI stack views with paged scrolling.
MIT License
4 stars 0 forks source link

Stuck while switching page #10

Open Sharrykhan01 opened 11 months ago

Sharrykhan01 commented 11 months ago

Bug Description, Steps to Reproduce, Crash Logs, Screenshots, etc.

@orchetect HI, I am using two in PageView for paging, left one consists of less content and right one view consists of pagination data i.e.as the data increases on 2nd view it starts stucking on going from one page to other. If you find something then please don't forget to mention.

                PageView(
                                    .horizontal,
                                    alignment: .top,
                                    selection: $tabIndexSelected
                                ) {
                                    // page views
                                       UserProfilePlaces()

                                      LOCUserProfileRecent()
                                }
                                .frame(width: geometry.size.width, height:  pageHeights[tabIndexSelected] )
orchetect commented 10 months ago

I may not have time to check this out for a while. If you are able to put a small Xcode project together that reproduces the issue that would definitely help.