We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e1a6 commit 8511b36Copy full SHA for 8511b36
TDBadgedCell/TDBadgedCell.swift
@@ -57,9 +57,6 @@ open class TDBadgedCell: UITableViewCell {
57
58
// Now lets update the width of the cells text labels to take the badge into account
59
let labelWidth = self.contentView.frame.width - (badgeView.frame.width + (offsetX * 2)) - 20;
60
-
61
- debugPrint(labelWidth)
62
63
textLabel?.frame.size.width = labelWidth
64
if((detailTextLabel) != nil) {
65
detailTextLabel?.frame.size.width = labelWidth
0 commit comments