AxisSheet icon indicating copy to clipboard operation
AxisSheet copied to clipboard

Multiple sheets on the page?

Open goors opened this issue 2 years ago • 2 comments

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?

goors avatar Jun 04 '23 21:06 goors