【发布时间】:2013-11-19 13:27:30
【问题描述】:
我正在尝试将 UITableView 插入位于 https://github.com/John-Lluch/SWRevealViewController/tree/master/RevealControllerExample 的第一个示例的 RightViewController 中。
问题是表格最左对齐,每个单元格中的文本被截断。
对此有什么可能的解决方法?我查看了 SWRevealViewController api,但找不到解决方案。此外,我查看了 UITableView api 并尝试了每个可能的对齐设置,也在 xib 构建器中。似乎没有人改变文本的截断
我附上了下面的图片。注意左对齐的表格。
(来源:jeffcoat.net)
【问题讨论】:
-
嗨,你能看看this thread
标签: ios objective-c uitableview