You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to dismiss the container when clicked on the container view but adding tap gesture to the container is not working. It should be similar to the "top card" dismiss in your tutorial. can you please let us know how and where exactly we need to add tap gesture.
The text was updated successfully, but these errors were encountered:
Hi Tim! I am trying to get the presented view controller to dismiss as well. I have tried adding a tap gesture recognizer to a) container b) toView and c) my own background view. I have this down arrow/collapse button that for which I'd like to add a target to hide the bottom card.
Calling hide on my root view controller doesn't work. I'm curious to learn how to get the controller to dismiss on button tap. Screenshot provided, thanks for your help ✨
Should be straightforward. Just call dismiss() from the presenting view controller. You can trigger this from your button. Just like in this sample project.
Other than that, I can’t really troubleshoot your issues based on a screenshot.
I need to dismiss the container when clicked on the container view but adding tap gesture to the container is not working. It should be similar to the "top card" dismiss in your tutorial. can you please let us know how and where exactly we need to add tap gesture.
The text was updated successfully, but these errors were encountered: