nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.09k stars 145 forks source link

Add support for inspecting `.task(id: ...)` modifier #313

Open ntsh opened 2 weeks ago

ntsh commented 2 weeks ago

Added support for inspecting task(id:priority:_:) modifier.

Added unit-tests to cover different types/index.

Also updated readiness documentation.