steve228uk / MessengerKit

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

Send on enter #58

Closed TimBroddin closed 4 years ago

TimBroddin commented 4 years ago

Hi,

Could you point me in the right direction for making the input field single line, and allowing send on enter?

sjoness commented 4 years ago

Hey @TimBroddin,

There are a few options that you could try here https://stackoverflow.com/a/704197/572027. Using a UITextField in place of the UITextView in the MSGPlaceholderTextView class is probably the best option. However single line text entry is not a use-case we want to support right now in this library, so you would have to use your own fork if you want to make this change.