How can I implement a tweetie, for example, napkins?
I ended up developing a tableviewcontroller using customcell. The custom cell implements touchhesbegan and touchhesMoved. It also reports gesture calls using the selector to the parent tableview controller.
Now, how should I hide the "Swiped" cell and replace it with "viewing the swipe menu" and how do I get actions from the buttons present in swipeview?
iphone cocoa-touch uikit uitableview
Mugunth
source share