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 181 forks source link

Text is cut off #78

Closed fulldecent closed 7 years ago

fulldecent commented 7 years ago

I just upgraded from TDBadgedCell from version 2.0 to 5.0. (Why so slow? Because the "optimistic version operator" is stupid).

Now text is my cells is cut off:

screen shot 2017-10-05 at 6 31 35 pm

tmdvs commented 7 years ago

I've now published version 5.2 (215e1a6) which updates the code in layoutSubviews to correctly size the table cell labels when detailTextLabel is present.