Chatto
Chatto copied to clipboard
Chatto Keyboard didn't display correctly
I have used the Chatto Messenger with IQKeyboardManager , but unfortunately the keyboard did open when i was try to send a message .
Is there any conflict with this library
@ahmadabudawod Tha's what I found on https://github.com/hackiftekhar/IQKeyboardManager#warning
If IQKeybaordManager conflicts with other third-party library, then it's developer responsibility to enable/disable IQKeyboardManager when presenting/dismissing third-party library UI. Third-party libraries are not responsible to handle IQKeyboardManager.
So, I can only suggest you to disable IQKeyboardManager for view controller that displays chat
I was remove IQKeybaordManager , but still the same problem . May the problem not from IQKeybaordManager. Still the same problem
After i made investigation about my code , i was discovered that i was comment the loadView from this class BaseChatViewController , to load view from storyboard .
Please how i can load my view from storyboard not from code like the example in Chatto?
@ahmadabudawod Can you point Chatto to latest commit in master branch instead of specific version in Podfile? Feature, that you're looking for was added in this PR: https://github.com/badoo/Chatto/pull/323
You need to set substitutesMainViewAutomatically = false
in a view controller and make sure that your custom view conforms to BaseChatViewControllerViewProtocol
Thanks Anton , but unfortunately still the same error
@ahmadabudawod Any progress with this error?
Not sure if the same case for you but for me it was because I was not calling the super
function in my override of viewWillAppear