-
As an example take Apples Maps app, both on iPhone and iPad: When started, the Apples Maps app shows a bottomSheet with a search field and more. When tapping on an annotation, a second bottomSheet slides onto the top, at the same position. I can change the position of the annotation bottomSheet, only the annotation bottomSheet is visible. When I close the annotation bottomSheet, it slides down, leaving the main bottomSheet at its last position. How do I control that, and which bottomSheet appears on top of which? (If I can't control that 'on top' behaviour, I will dismiss one and then show the other, this behaviour is described in another discussion) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Only partially solved: A sequence of
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. |
Beta Was this translation helpful? Give feedback.
Only partially solved:
A sequence of
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.