if statement on UIButton within didSelectRowAtIndexPath

Posted by richard Stephenson on Stack Overflow See other posts from Stack Overflow or by richard Stephenson
Published on 2010-05-05T13:12:46Z Indexed on 2010/05/06 20:58 UTC
Read the original article Hit count: 166

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

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview