Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 UITableView 文本居中对齐。当我在附件视图中添加时,对齐会消失。试图纠正框架不起作用。
有人对此有解决方案吗?
我的经验如下。
精确控制 a 中所有内容的最简单方法UITableViewCell是使用自定义附件制作自定义表格视图单元格。这需要更多的工作,但在这种情况下,您的单元不会出现任何不需要的行为。
UITableViewCell
我不确定它现在是否对您有帮助,但将来您可以避免定制UITableViewCell.