Skip to content

A custom UITextView that allows # and @ symbols to be separated from the rest of the text & triggers actions upon selection.

License

Notifications You must be signed in to change notification settings

hardikjparmar/AttrTextView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AttrTextView

A custom UI text view that allows # and @ symbols to be separated from the rest of the text and triggers actions upon selection.

For more information, check out this guide on how to use it:

https://medium.com/compileswift/clickable-hashtags-and-mentions-in-swift-3-0-c627c7d3dd9d#.p1fkj47g8

TO DO: Currently using a constant value to perform granularity. This means that while the TextView works great for most common font sizes ie. 6-16 or so, it will not be perfectly accurate for others. I plan on creating a custom algorithm to get the pixel width of specific font sizes.

About

A custom UITextView that allows # and @ symbols to be separated from the rest of the text & triggers actions upon selection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%