Releases: TTTAttributedLabel/TTTAttributedLabel
Releases · TTTAttributedLabel/TTTAttributedLabel
2.0.0
Breaking changes:
- Change
extendsLinkTouchArea
default toNO
(#551) - Bumped the minimum iOS deployment target to 8.0
- Removed all deprecated methods
Features:
- Add
NSAttributes
support for links (#549) - Expose
-[TTTAttributedLabel linkAtPoint:]
to help with 3D Touch peeking - Add tvOS support
- Addressed all warnings
Bug fixes:
1.13.4
- Carthage support!
- Fixed some issues where label width is greater than text width #527
- Fixed line drawing xOffset #528
- Accessibility link range sanity checking #533
- Label sizing considers attributed truncation token, if any #491
- Marked
init
initializer as unavailable. Use the designated initializersinitWithFrame:
andinitWithCoder:
instead - Minor fixes for Xcode 7 warnings