How to use a cell in the table (statistical) as a button, as in the screenshot. https://pp.vk.me/c617926/v617926663/8faa/fJU_h4wsEGA.jpg

    1 answer 1

    When you click on a cell, the UITableViewDelegate method is triggered.

      - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 

    you can use it as a handler