Skip to content

Commit f3d2a46

Browse files
committed
Version 5.3.0 Implementing Dynamic Text
1 parent 2fa489d commit f3d2a46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TDBadgedCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TDBadgedCell'
3-
s.version = '5.2.1'
3+
s.version = '5.3.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.'
66
s.description = <<-DESC

TDBadgedCell/TDBadgedCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ open class TDBadgedCell: UITableViewCell {
8888
{
8989
badgeFont = UIFont.preferredFont(forTextStyle: textStyle)
9090
}
91+
9192
// Calculate the size of our string
9293
let textSize : CGSize = NSString(string: badgeString).size(withAttributes:[NSAttributedStringKey.font:badgeFont])
9394

0 commit comments

Comments
 (0)