Skip to content

Commit 992f1c8

Browse files
committed
Merge branch 'main' of github.com:dankinsoid/VDFlow
2 parents 167ab36 + 06c0f01 commit 992f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var screen3: PickerSteps = .text1
6868
### Deeplink
6969
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`.
7070
```swift
71-
steps.tab3.screen2 = .text2
71+
steps.tab3.$screen2.select(with: .text2)
7272
```
7373
Now `tab3`, `screen3`, `text2` properties are marked as selected.
7474
### Integration with UI

0 commit comments

Comments
 (0)