Hey there,
i'm currently facing a problem when deleting items on iOS with "swipe to delete". Once i swipe, the red deleteView is shown. In my case, i want to click the "deleteView", display an alertDialog and if the user clicks OK, the row needs to be deleted.
Perfect example: Exiting WhatsApp groups from the chat-list.
Currently in Titanium, once i click the deleteView, the delete event is fired and the row is deleted automaticly. So my question: a) Is there a way to manage the whatsapp-like way? b) If not, can i open a jira ticket for that?
Thank you!