Skip to content

Multiple sheets on the page? #2

Description

@goors

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions