nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.16k stars 148 forks source link

Add support for `navigationDestination(isPresented:destination:)` #270

Closed andy-vanwagoner-jn closed 10 months ago

andy-vanwagoner-jn commented 11 months ago

As NavigationLink(isPresented:destination:label:) & similar are deprecated, add support for .navigationDestination(isPresented:destination:)

nalexn commented 10 months ago

Marvelous work, thank you @andy-vanwagoner-jn