tmdvs/TDBadgedCell

Cell separator does not appear full width in group style UITableView.

kasimte opened this issue · 0 comments

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

스크린샷 2020-07-13 오후 3 07 51

The first cell is a TDBadgedCell. The other cells are vanilla UITableViewCell instances.

Additional context

  • XCode 11.3.1
  • Swift 5