Hi All, I have a UITableView which has custom cells as its rows. In these custom cells they have 2 buttons.
I catch the click of the button in the custom cell class. Just wondering how i pass that event from the custom cell class through to the parent view controller that is holding the UITableView control. Advice?
Thanks