tmdvs / TDBadgedCell

TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps
www.tmdvs.me
MIT License
1.43k stars 182 forks source link

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

Open kasimte opened 4 years ago

kasimte commented 4 years ago

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