I am experiencing a very odd behavior with deleting rows in a table view.
When deleting a row by putting the table into editing mode the delete event is fired and the listener function executes.
However, when the row is deleted via the swipe gesture the delete event does not get fired. I know this because the listener function is not executed. Yet I have a table on another window that does fire the event when deleting via the swipe gesture.
I have no event listeners listening for the swipe event. The event listener is added to the row, not the table view.
It would be difficult to show the code as the tables are generated by my framework. Creating a test program will not really help as it is working right on one of my other windows. I know the editable property is true as the delete button is displayed when the swipe gesture is used on the row and when the delete button is clicked the row gets deleted. But the delete event is never fired.
I am running out of ides on how to troubleshoot this issue. Doea anyone know what might be causing this or do you have any ideas on how I can troubleshoot the issue?
Building with Titanum SDK 3.2.0.GA Running in iOS7.
Thanks for any help!