ReadMoreTextView
ReadMoreTextView copied to clipboard
UITextView subclass with "read more"/"read less" capabilities
Results
2
ReadMoreTextView issues
Sort by
recently updated
recently updated
newest added
There are times when a character string is added to the end of attributedText. I was thinking that it would be useful as a means to remedy the phenomenon, and...
In current implementation all touches that were outside more or less link were ignored. So it was impossible to select text. To fix this hitTest should return self for whole...