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

textView MainChatViewController is not tapped #37

Closed ShaikBaji1506 closed 5 years ago

ShaikBaji1506 commented 5 years ago

when I put the same class of MainChatViewController for chat textview of chat not tapped I am getting error Reading from public effective user settings.

NaiyerAghaz commented 5 years ago

I also getting this error please help me out.

NaiyerAghaz commented 5 years ago

The issue has resolved now, problem was that , MainChatViewController is not pushed properly I was presenting from navigation controller that why is not working now I push controller then work it.