Hello iPhone gurus, Quick question here.
I'm implementing a UITableView with cells, some of the cells contain links.
I would like to use something like the commitEditingStyle so when a user swipe a specific row, it will show a custom message instead of Delete or Insert, i want it to be Mail so i'll be able to mail a link to someone.
Is that possible ? i'm currently using an Alert, and I would like to change that to a swipe.
Thanks in advance.