开发者

Integrating Text and Button

开发者 https://www.devze.com 2023-02-15 16:36 出处:网络
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.
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 pro开发者_StackOverflow社区blem.
I have not any idea.
Thanks!


Make a Custom Table Cell by inheriting UITableViewCell and add button and text in the Custom Table Cell.


For a basic idea on UITableViewCell customization

http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/

0

精彩评论

暂无评论...
验证码 换一张
取 消