SwiftUI iOS 16+ apps check if the top view is A NavigationStack or a Modal. and push or present a view from a deep link
In SwiftUI iOS 16+ app I have a deep link logic in the SceneDelegate.
According to the URL I can switch on it and navigate or present the ViewController that I want to show either inserting it to a NavigationController or presenting a Modal by finding the top ViewController with this logic :