AttributedTextView icon indicating copy to clipboard operation
AttributedTextView copied to clipboard

Easiest way to create an attributed UITextView (with support for multiple links and from html)

Results 9 AttributedTextView issues
Sort by recently updated
recently updated
newest added

Hello. Please add a tag 1.4.1 for your latest version, to make git tag pinning in cocoa pods easier to prevent dependency confusion attacks. Cheers!

Hi all, Why it switches to TimesNewRomanPSMT font in Xcode 11? Thanks

Hi, I am trying to add via SPM but getting this error. Could you help? ![Screenshot 2021-01-10 at 10 17 42 AM](https://user-images.githubusercontent.com/990511/104112691-1e2f9280-532d-11eb-8367-317b772cca49.png) Thank you in advanced!

help wanted

In The below example Anchor tags are detected as html link but **not clickable** Vivek Gupta I used like below ``` self.descriptionLabel.attributer = text.html.matchHashtags.makeInteract({ [weak self] (hashTag) in guard let...

Hi there, Seems like AttributedTextView.attributer.setter takes too much time while blocking main thread. Is there anything we can do to make it faster? Seems like right now, it requires main...

enhancement

Is there a way to set link colors differently in a single attributer? This is the first (blue) link and this one is the second (green) link Thanks.

enhancement

why not make makeInteract supported in UILabel? Can we extend it? or you planing to do so?

enhancement

I have input hashtag emoji like image 1 and it displays like image 2. How I can resolve it. ![IMG_0288](https://github.com/evermeer/AttributedTextView/assets/8358582/2904b40b-41da-454a-9bd8-be59fad7eef5) ![IMG_0287](https://github.com/evermeer/AttributedTextView/assets/8358582/64b7cc9a-1872-4661-9551-aa3165f9c5e2)