Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0.tar.gz | 2016-05-10 | 407.2 kB | |
2.0.0.zip | 2016-05-10 | 465.7 kB | |
README.md | 2016-05-10 | 643 Bytes | |
Totals: 3 Items | 873.5 kB | 0 |
Breaking changes:
- Change extendsLinkTouchArea
default to NO
(#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:
- Fix data detector crash when setting text
to nil
(#546)
- Fix accessibilityElements' accessibilityFrame
attribute (#458)
- Use CGPathRelease
instead of CFRelease
- Reset framesetter when adjusting size for width (#393)
- Fix hang due to contention between OS drawing and setText: calls