steve228uk / MessengerKit

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

Making a custom Input View #13

Closed JStrawn closed 5 years ago

JStrawn commented 5 years ago

When I try to subclass MSGInputView, I get an Overriding non-open class var outside of its defining module error.

I tried subclassing MSGImessageInputView instead, but even though my view has a text view and a send button connected to the custom InputView, I get a crash when setting the textfield delegate in MSGInputView. Any advice for making a custom InputView? Thanks

cyrilzakka commented 5 years ago

I too would like to know how to customize the input view (to add an image)