psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

is support select copy text by UIMenuController? #80

Closed CivelXu closed 5 years ago

CivelXu commented 5 years ago
        textView.isUserInteractionEnabled = true
        textView.isSelectable = true

open an interface ?