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 2fa489d commit f3d2a46Copy full SHA for f3d2a46
TDBadgedCell.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'TDBadgedCell'
3
- s.version = '5.2.1'
+ s.version = '5.3.0'
4
s.license = { :type => 'MIT', :file => 'LICENSE' }
5
s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.'
6
s.description = <<-DESC
TDBadgedCell/TDBadgedCell.swift
@@ -88,6 +88,7 @@ open class TDBadgedCell: UITableViewCell {
88
{
89
badgeFont = UIFont.preferredFont(forTextStyle: textStyle)
90
}
91
+
92
// Calculate the size of our string
93
let textSize : CGSize = NSString(string: badgeString).size(withAttributes:[NSAttributedStringKey.font:badgeFont])
94
0 commit comments