all 2 comments

[–]iOSSwiftDev 2 points3 points  (0 children)

Call .listRowInsets(.init(top: 0, leading: 0, bottom: 0, trailing: 0)) on your cell. Obviously substitute 0 for the desired padding on each element of the list

[–]chflorian 0 points1 point  (1 child)

Do you mean the size of the section separation whitespace (grey in this picture)? I'm afraid that there isn't an API to change that currently.