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
I have tried to reconstruct the IfLetStores that you are using in the IsoWords examples and realised that the IfLetStore in the TCA doesn't work for optionals like in var destination: DestinationState? for scoping. As a workaround you have added these helpers/extensions to IsoWord to be able to append optional CasePaths.
How do you recommend to unwrap var destination: DestinationState? for fullScreenCover(unwrapping:or sheet?
Is it best practice to use it like here in this example or are there alternatives where I don't have to use these helpers/extensions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have tried to reconstruct the IfLetStores that you are using in the IsoWords examples and realised that the
IfLetStore
in the TCA doesn't work for optionals like invar destination: DestinationState?
for scoping. As a workaround you have added these helpers/extensions to IsoWord to be able to append optional CasePaths.How do you recommend to unwrap
var destination: DestinationState?
forfullScreenCover(unwrapping:
orsheet
?Is it best practice to use it like here in this example or are there alternatives where I don't have to use these helpers/extensions?
Beta Was this translation helpful? Give feedback.
All reactions