作者:Cherish雪蕊诗_425 | 来源:互联网 | 2024-11-09 13:05
在`UITableViewController`中采用简洁的平面样式布局时,可以通过优化代码实现单元格扩展至屏幕边缘的效果,同时确保节标题以分组样式呈现,从而提升用户体验和界面美观度。通过这种方式,可以更好地组织和展示列表内容,使其更加清晰和有序。
I am using a UITableViewController
with a plain style. I like how the cells expand to the edges of thew view, but I hate how the section titles stick to the top.
我正在使用具有简单样式的UITableViewController。我喜欢细胞如何扩展到视图的边缘,但我讨厌剖面标题如何贴在顶部。
Is there a way to have section titles behave similar to how a grouped listing works?
有没有办法让章节标题的行为类似于分组列表的工作方式?
What about using grouped style but removing the left and right margins. Possible?
如何使用分组样式但删除左右边距。可能?
2 个解决方案