I'm using JSQMessages (https://github.com/jessesquires/JSQMessagesViewController) to handle chat within my application.
I would like to show inside JSQMessages UI if the message was delivered, if the message was read by the other end or if there was a problem in the delivery ( the same functions performed by other chat applications ).
How can I customize it to show this information ? My goal is to add a check, a double check or a red exclamation if the message could not be delivered.
Any ideas how I can accomplish this using JSQMessages ?
Thanks a lot,
Daniel