[Solved] How do I handle tableview cell values? [closed]


As Basheer said, you should create delegate for your custom cell, you have created. Then assign indexPath.row method to the custom cell. Implement touchesBegan to get the tag value of custom cell and then finally use that tag value as index of an array of your table.

solved How do I handle tableview cell values? [closed]