iPhone - 根据传递给它的数据动态调整 UILabel 内容
我的应用程序中有一个 UILabel已在表格视图的单元格上添加标签。
标签内容(文本)采用 xml 格式(来自网络服务)。问题是我必须对齐文本 内部标签如下图所示...
UILabel 图像 http://www.freeimagehosting.net/ t/pyxuu.jpg
- 第二行末尾应包含一个扩展箭头。
- 文本末尾还应包含“...”标点符号,表示该词是
不完整。
请建议我一种如何实现它的方法。 提前致谢。
I have a UILabel in my application & have added the label on tableview's cell.
Label contents(text) is in xml format(comming from webservice).The problem is i have to align text
inside label as shown in below image...
UILabel image http://www.freeimagehosting.net/t/pyxuu.jpg
- An Expanded Arrow should be included at the end of second line.
- The text should also includes '…' punctuation at the end indicating the word is
incomplete.
Please suggest me a way how to implement it.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你好帕泰克...
首先您获取文本大小,然后根据文本大小设置标签高度
如何获取文本大小:-使用此代码
获取标签高度
Hello Parteek ...
firstly You Get text size then set lable height according to text size
how to get text size:- use this code
get label height