iOS - UITableView - отменить удаление строки - кнопка анимации работает только при наличии дополнительного вида

Overview (Edited)

У меня есть UITableView, когда я провожу пальцем, появляется кнопка удаления, когда я касаюсь еще где, кнопка удаления просто исчезает без какой-либо анимации.

With Accessory

If I add an accessory (Disclosure Indicator), when the delete is cancelled, the delete button vanishes with animation.

Without Accessory

If I remove the accessory from the table view cell, then delete cancellation doesn't show any animation.

Question

I don't want the accessory but i want the delete cancellation animation, is there a way to achieve this ?

Ответы на вопрос(2)

Ваш ответ на вопрос