change UIbutton color inside UITableViewCell

Posted by KK on Stack Overflow See other posts from Stack Overflow or by KK
Published on 2010-02-04T22:03:49Z Indexed on 2010/04/10 11:03 UTC
Read the original article Hit count: 377

I have a simple problem ... but its turning into a very difficult problem .. i have a button inside uitableviewcell and want to change its color through code .... i could aceive it by changing its background image. But its kinna hazy ... its not the solid color ... and when i use [cell.button setBackgroundColor:[UIcolor redColor]] ... the button color does not change ...

any help appreciated

thanks

© Stack Overflow or respective owner

Related posts about uitableviewcell

Related posts about uibutton