I'm implementing twilio chat into a project but the text input bar, when clicked, doesn't show the keyboard.
I'm using the code from this git
I'm new to swift and xcode so maybe the bug is easy to correct.
Fixed it!!
Just use the Github version of SlackTextViewController in Podfile
pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'
I'm implementing twilio chat into a project but the text input bar, when clicked, doesn't show the keyboard. I'm using the code from this git I'm new to swift and xcode so maybe the bug is easy to correct.