这是indexloc提供的服务,不要输入任何密码
Skip to content

Multiple sheets on the page? #2

@goors

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?

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