如何在 iPhone 上实现标签云?

发布于 2024-08-04 06:18:17 字数 174 浏览 6 评论 0原文

就像这里的这个:

image

是否有我可以使用的现有类?

like this one here:

image

Is there an existing class that I can use?

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

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

发布评论

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

评论(1

亣腦蒛氧 2024-08-11 06:18:17

您可以使用一些字符串绘制方法来找出每个标签需要多大的框架,然后调整一堆 UILabel 的大小以适合每个单词。

由于您可能希望用户与标签进行交互,因此可以对 UILabel 进行子类化以在适当的情况下处理触摸。

You can use some of the string drawing methods to find out how large a frame you need for each tag, and then size a bunch of UILabels to fit each word.

As you'll likely want your user to interact with the tags, subclass UILabel to handle touches where appropriate.

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