-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Documentation says it's possible to override id
by set options.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 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.
letko-dmitry and orlandoxu
Metadata
Metadata
Assignees
Labels
No labels