Skip to content

Releases: tobihagemann/THLabel

1.4.10

10 Jan 14:17
1.4.10
ce70ae7
Compare
Choose a tag to compare
  • Fixed layout for RTL mode, kudos to @morozkin.

1.4.9

20 Sep 22:09
1.4.9
f572146
Compare
Choose a tag to compare
  • Fixed warnings and showing incorrect fonts on iOS 13, kudos to @sochalewski.

1.4.8

14 May 15:07
Compare
Choose a tag to compare
  • Fixed memory related crash.

1.4.7

26 Nov 20:20
Compare
Choose a tag to compare
  • Set maximum width to preferredMaxLayoutWidth for intrinsicContentSize.
  • Fixed warning.

1.4.6

19 Mar 22:20
Compare
Choose a tag to compare
  • Removed support for IB_DESIGNABLE and IBInspectable, until it doesn't cause problems with CocoaPods. Please us ibdesignable branch, if you're interested in this feature and not using CocoaPods.
  • Fixed bug regarding gradients introduced in last version.

1.4.5

19 Mar 22:20
Compare
Choose a tag to compare
  • Added support for IB_DESIGNABLE and IBInspectable, only available with Xcode 6.
  • Added lineSpacing property.

1.4.4

19 Mar 22:20
Compare
Choose a tag to compare
  • Fixed memory leak.

1.4.3

19 Mar 22:20
Compare
Choose a tag to compare
  • Forcing clipsToBounds to YES, because of potential drawing issues.

1.4.2

19 Mar 22:21
Compare
Choose a tag to compare
  • Fixed unexpected truncation on iOS device.

1.4.1

19 Mar 22:21
Compare
Choose a tag to compare
  • Fixed crash, when text is nil.