集成文本和按钮

发布于 2024-10-20 22:32:23 字数 366 浏览 1 评论 0原文

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!
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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

剪不断理还乱 2024-10-27 22:32:23

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文