-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi, firstly, awesome work. This works great. But there is a problem
If you want to have multiple sheets on the page
Text("One").axisSheet(isPresented: .constant(true))
Text("Two").axisSheet(isPresented: .constant(false))
Text("Three").axisSheet(isPresented: .constant(false))
You will have in fact sheets stack up on each other and isPresented is used only to control offset and not actual visibility of element.
Is there any way to reslove this?
Metadata
Metadata
Assignees
Labels
No labels