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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Given a StateView "A" with StateKey property defined to "Loading"
and another StateView "B" with StateKey property defined to "None"
and the binded value for CurrentState is defined to "Loading"
When CurrentState value becomes "None"
Then StateView "A" disappears
But StateView "B" does not show up
Steps to Reproduce
Run XCT.Sample on iOS
Go to the StateLayout example page (Views > StateLayout)
Tap the button to launch the States cycle
When None state is loaded, the associated StateView is not showing up
Expected Behavior
I was assuming StateView associated to "None" StateKey will appear on screen, is it the normal behavior ?
Actual Behavior
The StateView with StateKey property defined to "None" never show up.