updating uitableview after performing paste from the cell
- by Nava Carmon
Hi,
I've implemented edit menu from my custom UITableViewCell class. I have a small problem of updating a table view from inside the custom table cell class. What is the best approach to do that?
TIA