All notable changes to the project will be documented in this file.
N/A
- Swift 5 and Xcode 10.2 support
- Fix rounding when calculated font size has long decimals therefore rendering results with cutting off the last line (probably due to rounding up in UILabel rendering)
3.0.0 (18-09-2018)
- Swift 4.2 and Xcode 10 support
- Swift 4 and Xcode 9 support
2.0.0 (10-11-2017)
- Swift 4 and Xcode 9 support
1.4.0 (11-09-2016)
- Swift 3 compatibility
- Improved issue with long strings in small labels getting truncated
1.3.0 (15/08/2016)
- Improving performance by using binary search instead of simple loop. That may prevent xcode freezing
- Fixed
fontSizeThatFits
when used with empty strings
1.2.0 (01/08/2016)
- Improving default value of
fontSizeToFit
inUILabelExtension
. Default value is now explicitly 100 - Added
fontSizeThatFits
method inUILabelExtension
that returns a font size of the given text which can just fit the givenCGSize
.
1.1.0 (25/04/2016)
N/A
FittableFontLabel
now supporttopInset
,leftInset
,bottomInset
,rightInset
- Fixed interface builder freeze
1.0.1 (29/03/2016)
- Renaming the extension class
- Fixed inspectable attributes for
FittableFontLabel
1.0.0 (27/03/2016)
First version