Post

Replies

Boosts

Views

Activity

Reply to how to remove delete button in SwiftUI List rows when in Edit Mode?
I just want to say that to use the modifier "deleteDisabled()", it must be INSIDE the list view you want to use it on and to make sure that the view you are trying to put the modifier on is mandatory to render, no matter what happens (like a ZStack containing the contents of each row of the list for example will always be made so you can put the modifier on the ZStack and put the stuff for each list's row inside that, and it will work)
Jul ’23