Three20 API中添加UILabel实现全图显示

发布于 2024-11-29 19:05:01 字数 92 浏览 1 评论 0原文

集成 Three20 开源后,效果很好,但我想知道我可以在全图像屏幕上添加一个标签来显示图像的描述。这可能吗?又如何呢?

任何人都可以帮助我吗......

after integrating Three20 open source and it works good but i want to know can i add a label on full image screen which shows the description of the image. Is that possible? and how?

Can any one help me.......

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

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

发布评论

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

评论(1

池予 2024-12-06 19:05:01

[self.view addSubView:myLabel]; 应该可以解决这个问题。将标签的大小设置为等于屏幕大小320 * 480

[self.view addSubView:myLabel]; should do the trick here. Set the size of the label equal to the size of the screen 320 * 480.

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