wmora
released this
Apr 4, 2017
·
80 commits
to master
since this release
New Stuff
Added two new delegate methods to allow on-the-fly customization of message display and sending. For example, these methods can be used together to add a layer of encryption to your messages. Encrypt in conversation:willSendMessage:, decrypt in conversation:willDisplayMessage:! See SKTConversationDelegate for more detail.