TwilioDevEd / twiliochat-swift

Swift implementation of Twilio Chat
https://www.twilio.com/docs/tutorials/walkthrough/ip-chat/ios/swift
MIT License
46 stars 18 forks source link

Chat status cell doesn't work #24

Closed gonzalolc closed 6 years ago

gonzalolc commented 6 years ago

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.

gonzalolc commented 6 years ago

Fixed it!! Just use the Github version of SlackTextViewController in Podfile pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'