SwiftUI List(selection: $selections) - How can I enable selections for only particular sections and delete/move for the other sections.
There are modifiers for disabling Move and Delete for sections but not Selections which seem to be enabled for all sections when a list with List(selection: ) is used.
Any pointers will be deeply appreciated.
There are modifiers for disabling Move and Delete for sections but not Selections which seem to be enabled for all sections when a list with List(selection: ) is used.
Any pointers will be deeply appreciated.