MessageKit / MessageKit

A community-driven replacement for JSQMessagesViewController
https://messagekit.github.io
MIT License
6.04k stars 1.18k forks source link

Adding attributed text label to messages. #50

Closed MacMeDan closed 7 years ago

MacMeDan commented 7 years ago

As a MessageKit user I want the ability to customise the text style and color in a message. Often times incoming messages have a different background color and for readability I would like to be able to change the color of the text to provide better contrast.

SD10 commented 7 years ago

@MacMeDan I forgot to add this to the v0.3.0 release notes but MessageType now supports: case text(String) & case attributedText(NSAttributedString)

MacMeDan commented 7 years ago

Then this task is just update the example project to using attributedText(NSAttributedString)