steve228uk / MessengerKit

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

How to custom input view? #69

Closed kaitoshadow closed 4 years ago

kaitoshadow commented 4 years ago

Hi,

I want to custom the input view. how i can do it? Thanks.

sjoness commented 4 years ago

@kaitoshadow you can subclass MSGInputView to provide your own. See this custom input view for an example.