How to place a Rounded Rect UIBUTTON on UITableViewCell programmatically

Posted by Tobias on Stack Overflow See other posts from Stack Overflow or by Tobias
Published on 2011-01-04T19:26:07Z Indexed on 2011/01/04 19:53 UTC
Read the original article Hit count: 129

I was trying to place two uibuttons on uitableviewcell programmatically.. but unable to achieve that>. somehow i managed to get the buttons through some sample project in which u can draw a nib for cell.. but i was unable to set a selector function for buttons.. in other example i can place a uiinfodark type button but when i change the type to rounded rect the button gets disappeared and i am unable to figure out why? I might be doing some silly mistake but I am really kinda stuck with it right now so I'll be very much thankful to all of you for helping in this regard.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch