消除UITableView下面的额外分隔符

人盡茶涼 提交于 2020-07-26 19:10:28

问题:

When I set up a table view with 4 rows, there are still extra separators lines (or extra blank cells) below the filled rows. 当我设置一个包含4行的表视图时,在填充的行下面还有额外的分隔符行(或额外的空白单元格)。

How would I remove these cells? 我该如何移除这些细胞?

UITableView中额外分隔线的图像


解决方案:

参考一: https://stackoom.com/question/5kM3/消除UITableView下面的额外分隔符
参考二: https://oldbug.net/q/5kM3/Eliminate-extra-separators-below-UITableView
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!