Access custom cell within - (void)tableView:commitEditingStyle:forRowAtIndexPath:
- by pimpone
Hey Guys,
does anybody know how i can access a custom cell within the - (void)tableView:commitEditingStyle:forRowAtIndexPath:. I need access to my Custom Cell Class to retrieve some parameters.
Thanks.