Skip to content

Releases: tbaranes/FittableFontLabel

v3.0.0

18 Sep 12:44

Choose a tag to compare

Support for Swift 4.2 and Xcode 10

v2.0.0

10 Nov 07:53
32d2036

Choose a tag to compare

Xcode 9.1 and Swift 4 support

v1.4.0

11 Sep 17:58

Choose a tag to compare

API breaking changes

  • Swift 3 compatibility

Bugfixes

  • Improved issue with long strings in small labels getting truncated

1.3.0

15 Aug 12:17

Choose a tag to compare

Enhancements

  • Improving performance by using binary search instead of simple loop. That may prevent xcode freezing

Bugfixes

  • Fixed fontSizeThatFits when used with empty strings

1.2.0

01 Aug 08:07

Choose a tag to compare

Enhancements

  • Improvign default value of fontSizeToFit in UILabelExtension. Default value is now explicitly 100
  • Added fontSizeThatFits method in UILabelExtension that returns a font size of the given text which can just fit the given CGSize.

1.1.0

25 Apr 18:57

Choose a tag to compare

Enhancements

  • FittableFontLabel now support topInset, leftInset, bottomInset, rightInset

Bugfixes

  • Fixed interface builder freeze

1.0.1

29 Mar 09:26

Choose a tag to compare

  • Renaming the extension class
  • Fixed inspectable attributes for FittableFontLabel

1.0.0

27 Mar 16:25

Choose a tag to compare

First released