集成文本和按钮

时间:2011-03-08 07:00:31

标签: iphone objective-c uitableview uibutton uitextfield

Now I need to put some text and some button in the custom UITableViewCell.
I hope the text and button are continuous. And the text is colorful.
Such as: It will take you(black color) (a clock button)2 minutes(yellow color).
I have used UIWebView into Cell load the text and button. But the roll has some problem.
I have not any idea.
Thanks!

2 个答案:

答案 0 :(得分:5)

通过继承UITableViewCell并在自定义表格单元格中添加按钮和文本来制作自定义表格单元格。

答案 1 :(得分:1)