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

Why is an line here....[has snapshot] #53

Closed leeeboo closed 10 years ago

leeeboo commented 10 years ago

Default tableviewcontroller; Basic tableviewcell;

[cell.textLabel setText:group.name]; [cell.detailTextLabel setText:[NSString stringWithFormat:@"%ld", (long)group.count]];

2014-03-29 20 35 50

ezrasuki commented 10 years ago

I have exactly the same issue. I've been using this library without any issue for a while so have no idea where this suddenly came from. @tmdvs since you closed the issue, i was wondering if there was a solution to this? Or if anyone else knows why and when this happens please enlighten us.

tmdvs commented 10 years ago

@ezrasuki I originally closed this issue as I was unable to recreate the problem myself. I'll look into this further, however if you do have any examples / replicable steps they would be much appreciated.

qizh commented 10 years ago

I was experiencing the same issue when using default transparent cell background color. Fixed by using white one.

bachle commented 9 years ago

@tmdvs I'm still having issues with this. Also forcing the cell's background color to a different color isn't helping. I've tried white, yellow, etc.

screen shot 2015-04-15 at 1 32 23 pm 1

dixiedream commented 9 years ago

Putting a white background on the table view's cell solved the problem. At least for me.