Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid authored Mar 29, 2024
1 parent 19caf50 commit 06c0f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var screen3: PickerSteps = .text1
### Deeplink
Then you got a deep link for example and you need to change `Tab2` to third tab with `NavigationView`, push to `Push2View` and select `Text2` in `PickerView`.
```swift
steps.tab3.screen2.select(with: .text2)
steps.tab3.$screen2.select(with: .text2)
```
Now `tab3`, `screen3`, `text2` properties are marked as selected.
### Integration with UI
Expand Down

0 comments on commit 06c0f01

Please sign in to comment.