iphone 表格单元格中的文本居中
大家好 [我认为这是相当基本的,但找不到如何做到这一点!]
如何将文本放在表格视图的单元格中?
多谢!
hi guys [I think this is rather basic, but cannot find how to do it!]
how can I center the text in the cells of my table view?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它曾经是 UITextAlignmentCenter
从 iOS6 开始它是 NSTextAlignmentCenter。
看看这个解决方案和这个解决方案
It used to be UITextAlignmentCenter
From iOS6 it is NSTextAlignmentCenter.
Have a look at this solution and this solution