slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

New line instead of send on return #478

Closed emuye closed 8 years ago

emuye commented 8 years ago

Is it possible to configure the return key to type a new line instead of sending?

mikengyn commented 8 years ago

https://github.com/slackhq/SlackTextViewController#external-keyboard

you can override key commands - read the documentation 😄

dzenbot commented 8 years ago

You can override didPressReturnKey: and implement your own handling of the event.