I’d like to show several buttons (including Delete) when the user swipes left in a UITableView. However, at least one tester has been too exuberant, and did a long swipe which deletes without confirmation. They were surprised and unhappy.
Is there a way to prevent that long swipe from doing anything other than exposing the buttons?
(I know this is changed behavior, on iOS 9 for iPad 2, you cannot do the long swipe. I believe in my app, safety should prevail over convenience, and the original behavior makes more sense.)