Skip to content

How can I have two bottomSheets on top of each other? #140

Answered by GerdC
GerdC asked this question in Q&A
Discussion options

You must be logged in to vote

Only partially solved:

A sequence of

  myView.
  .bottomSheet {
      // 1
  }
  .bottomSheet {
      // 2
  }

bottomSheet 2 is rendered on top of bottomSheet 1 and both are perfectly draggable, as long as the top of bottomSheet 1 is visible.

But I didn't manage to get the described behaviour of Apple Maps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lucaszischka
Comment options

Answer selected by GerdC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants