Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WorldDownTown/LinkTextView

A Subclass of UITextView with custom link support.
https://github.com/WorldDownTown/LinkTextView

Last synced: about 2 months ago
JSON representation

A Subclass of UITextView with custom link support.

Awesome Lists containing this project

README

        

# LinkTextView - UITextview + Clickable Text

A simple extension to UITextView that enables clickable text.
Scroll is always enabled as usual for UITextViews but support has been added to observe
touch events at the same time as scroll events.
The user can scroll and perform click actions at the same time.

## UITextView
![UITextView](https://media.giphy.com/media/3o85xwIUHvxJWx4iu4/giphy.gif)

## LinkTextView
![LinkTextView](https://media.giphy.com/media/l0O9ydb94Ddm8YnRK/giphy.gif)