You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a floating panel to show a list of details in an overlay view format in SwiftUI. I change the view based on progress changes. I'm using a scroll view to show the list of details in the overlay view. Because of this, I'm unable to scroll through the full content. The inner scroll view is overlapping with the outer content. Is there any way to fix this issue?
Expected behavior
The scroll should work as expected, and the inner scroll view should not overlap with the outer scroll view.
Description
I'm using a floating panel to show a list of details in an overlay view format in SwiftUI. I change the view based on progress changes. I'm using a scroll view to show the list of details in the overlay view. Because of this, I'm unable to scroll through the full content. The inner scroll view is overlapping with the outer content. Is there any way to fix this issue?
Expected behavior
The scroll should work as expected, and the inner scroll view should not overlap with the outer scroll view.
Actual behavior
Simulator.Screen.Recording.-.iPad.Pro.11-inch.4th.generation.-.2024-05-21.at.08.46.47.mp4
Steps to reproduce
`struct FloatingPanelContentView: View {
var proxy: FloatingPanelProxy
@binding var progressValue: Double
}`
How do you display panel(s)?
How many panels do you displays?
Environment
Library version
2.8.2
Installation method
iOS version(s)
17
Xcode version
15
The text was updated successfully, but these errors were encountered: