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
Documentation says it's possible to override id by set options.id, however i couldn't find any thing related.
Access the SwipeViewid is important for context where we're trying to open multiple rows programmatically. SwipeViewGroup doesn't seem to be affected by context state changes like context.state.wrappedValue = context.state.wrappedValue == .expanded ? .closed : .expanded, so access id would allow us to set correctly the swipeViewGroupSelection and eventually automatically close not target rows.
The text was updated successfully, but these errors were encountered:
Documentation says it's possible to override
id
by setoptions.id
, however i couldn't find any thing related.Access the SwipeView
id
is important for context where we're trying to open multiple rows programmatically. SwipeViewGroup doesn't seem to be affected by context state changes likecontext.state.wrappedValue = context.state.wrappedValue == .expanded ? .closed : .expanded
, so access id would allow us to set correctly theswipeViewGroupSelection
and eventually automatically close not target rows.The text was updated successfully, but these errors were encountered: