This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Releases: ilyapuchka/ReadMoreTextView
Releases · ilyapuchka/ReadMoreTextView
3.0.1
Swift 4
3.0.0
2.0.0
- dropped Swift 2.3 support
- improved logic around size change callback
1.2.0
- fixed loosing data detector info when updating text
- moved helper methods to public UITextView extension to easily add custom handling for toucher in arbitrary text ranges
1.1.0
- added
setNeedsUpdateTrim
method to force update trimming
Fixed
- fixed typo in
onSizeChange
method name - fixed setting attributed text on iOS 8
- fixed
hitTest
1.0.0
- added "read less" text capability
- added callback when content size changes
- added Swift 2.3 compatibility
- removed some unneeded methods and cleaned up code in general