Three20 API中添加UILabel实现全图显示
集成 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[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 screen320 * 480
.