UITableViewCell 分隔符在 iOS15 中消失

UITableViewCell Separator disappearing in iOS15

我尝试像这样添加分隔线。

image1

但是没有数据时分隔线消失。

image2

谁能帮我解决这个问题?谢谢。

towa x! 这可以通过向 Separator 添加选项来解决。在 MainStoryBoard 中,转到属性 Inspector/Separator。将其更改为默认 - 分隔符在任何情况下显示:空或填充。

在你的 viewDidLoad 函数中添加:

yourTableViewReference.fillerRowHeight = UITableViewCellSeparatorStyleSingleLine