You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ var screen3: PickerSteps = .text1
68
68
### Deeplink
69
69
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`.
70
70
```swift
71
-
steps.tab3.screen2=.text2
71
+
steps.tab3.$screen2.select(with: .text2)
72
72
```
73
73
Now `tab3`, `screen3`, `text2` properties are marked as selected.
0 commit comments