steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Customizable ChatView #79

Closed danielegalletti closed 3 years ago

danielegalletti commented 3 years ago

ChatView inside the style is class typed, I would change it into a protocol which make possible to change ChatView while maintaining main functions (that adds components like InputView and CollectionView)