I have read through all the post pertaining to item swipe to delete like iPhone. Unfortunately NONE of them actually have a decent solution, especially from an Architect perspective. It is a mush-mash of ideas and half solutions.
Does anybody have a working List with delete button that is not a hack, but rather a proper Sencha Architect compatible "swipe to delete"?
I can catch the swipe event, even the direction, but I need to find a way to now add a button from the Controller to the List. Any decent solutions around?
Another addition the the list component that would be handy is the move bar. This appears on iPhone when you edit the list usually and allows you to move items into different order.
Bottom line is, I am looking for an example of how to build a iPhone list with the expected parts in it using Sencha Architect. Any takers (or helpers)
I took this from the iOS HIG guide. this is what I am trying to achieve. The current Sencha list component has a detail disclosure indicator, but no disclosure indicator, row reorder or delete components. Is this by design or simply not complete?
Would love to have some input from Sencha team on this.