Cell separator does not appear full width in group style UITableView.
kasimte opened this issue · 0 comments
kasimte commented
Describe the bug
The standard gray cell separator does not appear full width when using a group styled UITableView.
To Reproduce
Add a TDBadgedCell
to a group style UITableView. Add a badge string.
Expected behavior
The cell separator should appear with the standard width, connecting to the right side of the screen.
Screenshots
The first cell is a TDBadgedCell
. The other cells are vanilla UITableViewCell
instances.
Additional context
- XCode 11.3.1
- Swift 5