if statement on UIButton within didSelectRowAtIndexPath
- by richard Stephenson
hi guys,
i have a UITableView , within each cell i have 2 custom buttons, what i want to do is withing the didSelectRowAtIndexPath method i want to do an if statement on which button was touched
so i would effectively be splitting a cell in 2
but i have no idea how i could wright the if statements.
any help would be greatly welcomed
Thanks