Skip to content
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

Emoji getting clipped #765

Open
black-lotus opened this issue Aug 31, 2017 · 0 comments
Open

Emoji getting clipped #765

black-lotus opened this issue Aug 31, 2017 · 0 comments

Comments

@black-lotus
Copy link

I am working with Swift 3.0 and use TTTAttributedLabel as replacement of UILabel
when i setText label that contains Emoji, the emoji getting clipped

screen shot 2017-08-31 at 2 47 31 pm

I have following some issues and still Emoji getting clipped

self.conversationMessage.linkAttributes = linkAttributes
self.conversationMessage.activeLinkAttributes = activeLinkAttributes
self.conversationMessage.lineHeightMultiple = 1.0
self.conversationMessage.minimumLineHeight = font.lineHeight
self.conversationMessage.maximumLineHeight = font.lineHeight
self.conversationMessage.sizeToFit()
self.conversationMessage.setText(content)

has anyone experienced this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant