Delegate on tap of - button on UITableViewCell?

When you swipe on the row of UITableView then firstly this method will call.

Up vote 0 down vote favorite share g+ share fb share tw.

Is there any delegate that gets called when we tap on the "-" button and delete button comes on the cell on the right side. I want to disable some label on the cell once this button is tapped. Iphone ios cocoa-touch uitableviewcell link|improve this question asked Jan 24 at 4:58Abhinav2,425940 80% accept rate.

When you swipe on the row of UITableView then firstly this method will call (void)tableView:(UITableView *)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath after tap on the delete button this method will call first (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath and then this will call (void)tableView:(UITableView *)tableView didEndEditingRowAtIndexPath:(NSIndexPath *)indexPath.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions