Closed emuye closed 8 years ago
Is it possible to configure the return key to type a new line instead of sending?
https://github.com/slackhq/SlackTextViewController#external-keyboard
you can override key commands - read the documentation 😄
You can override didPressReturnKey: and implement your own handling of the event.
didPressReturnKey:
Is it possible to configure the return key to type a new line instead of sending?