I have a list component on a screen. Is it possible to add a delete option when you swipe on a list item as is shown in this image:
It should be possible but you would need to add the delete button programmaticaly once the swipe occurs.
Anyone got an example they are willing to share that does this? thanks.
John, did you find a way to di this?
Sure follow this link and it works perfectly...
http://andymatthews.net/read/2011/02/...
However, I have since removed this functionality from my app as its also running on Android devices and there users don't swipe to delete. Guess what I'm saying here is think about your target devices and how users will interact with your app.
Cheers
John.
Looks great! Thank's