My UITableView
code works great on iOS, allowing a user to select edit
and then swipe to let the user delete a row.
Unfortunately, for tvOS, I cannot find a user interface equivelent for deleting a UITableView
row. There is no edit button (on the navigator menu bar), and no swipe feature.
Is there something I'm missing? I saw a post saying to hold press the volume down button but that doesn't work.
I'm using Xcode 14.0, and the latest tvOS.