- Changing the
CCHLinkTextView
'seditable
property toNO
now disables link recognition. This allows you to optionally turn on/off the functionality that provides tappable links, but then revert to normal selection/editing text behavior when desired. Thanks to patricklynch for the pull request.
- Fixed a bug where a link didn't handle touch up events correctly. Thanks to zeevvax for reporting the issue.
- New property to highlight touched links with rounded corners. Thanks to wandermyz for the pull request
- Fixed a bug where
linkTextTouchAttributes
would be ignored iflinkTextAttributes
clashed. Thanks to lukedixon for the pull request
- Initial release