Closed canozt closed 1 year ago
@canozt were you able to find the solution to this?
@lasodashutosh Not really. Firstly i tried to calculate the height of the inner scroll and set the frame height with that value. It works but then i did not like that solution. Then i remove the upper ScrollView, and put it into PageView.
I am using version 3.1.0. In swiftui, Pageview does not work when you put it in ScrollView. Probably it is related to nested scrollviews issue. It works when you set frame but the content of the pageview will be dynamic. Is there any trick to solve that issue ?