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.
这是我UITableViewCell没有展开的。上的内容UITableView与表格视图的行为一样水平居中。
UITableViewCell
UITableView
这是我UITableViewCell的扩展。这里的内容再次自动居中。但我希望内容与第一张图片位于同一位置。有人知道怎么做吗?
我认为您在这里唯一的选择是创建自己的tableViewCell,因为预定义的单元格样式不允许自定义。
您可以在其中放置一个自定义标签,该标签允许顶部垂直对齐,如SSToolkit中的SSLabel或添加一个普通的 UILabel到顶部并防止它与单元格一起调整其高度。