-
|
Hi! I would like to know if there is any way to handle an external deeplink and show the desired view on top of already shown views? The goal is to keep both the stack of presented views and pushed views unchanged and to not dismiss any view. So, let's say we have such a stack: Now, when we open the deeplink to view C, I want C to be presented on top of B, like: Is there any concept like the topmost ui view controller in UIKit, where you can just present the view from deeplink on top of that controller? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Added ability to access the "current" Navigator. Coming shortly. |
Beta Was this translation helpful? Give feedback.
Added ability to access the "current" Navigator. Coming shortly.