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.
是否可以增加 TableView 部分之间的差距?
我有两个分组的部分,我想在两个部分之间添加一个段控制器。我在我想要的区域有段控制器,但我需要第二部分从更远的地方开始,可以这样做吗?
谢谢
要么在表格中放置一个额外的部分来保存该段,要么将一个部分标题视图添加到该段下方的部分。只需为标题提供一个空视图。实现该heightForSectionHeader...方法,以便根据需要显示高度。
heightForSectionHeader...