Reputation: 1
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!
Upvotes: 0
Views: 117
Reputation: 6402
Make a Custom Table Cell by inheriting UITableViewCell and add button and text in the Custom Table Cell.
Upvotes: 5