-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NSTextAttachment in AttributedLabel #54
Comments
Hi, thanks for your interest in Atributika. |
Hello :) |
hello, i saw you used gif for nstextattachment, me too. But the gif is not animate, did you solved it? |
I solved it by modifying the library a little bit. I inserted animated UIImageView in between text. |
hi, can you give me the way that you modify library, im stuck in this problem about 4 days |
work as expected. thanks |
@denniskeithgaso, hello! Hope you are doing well. Can you please tell me what's a workaround you found for this issue:
Or how to overcome |
@denniskeithgaso I just need to show the image and do not need the tap. In that case, your code should download the image and show it but I was wondering does it ever show the image. |
Hello!
This library is very excellent.
I am using NSMutableAttributedString to add NSTextAttachment based on the example you gave in https://github.com/psharanda/Atributika/issues/33
It was working well, however when I added
onClick
on my Attributed label, it cannot detect tag attributes. I think this is because the NSMutableAttributedString doesn't have the detections from the AttributedText.I have the following code:
It inserts a custom emoji.
I wanted to detect a tag with class
mentioned-user
This is a mentioned user but I don't want to use the built-in mentions detection because I want to get the user id from the tag.
plainView.message
is the AttributedLabelAny help is very much appriciated.
The text was updated successfully, but these errors were encountered: