How do I change UIButtons that I have inside UITableViewCells

Posted by Jaba on Stack Overflow See other posts from Stack Overflow or by Jaba
Published on 2010-05-09T03:26:45Z Indexed on 2010/05/09 3:28 UTC
Read the original article Hit count: 242

Ok I have a UIButton inside every row of a UITableView, and I want to fade it to alpha 0 when it begins editing. Then the opposite when it goes back to normal. How do I do this?

I know what methods to use but how do I access the buttons from outside tableViewcellForRowAtIndex:?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk