You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
I need another type of toolbar (for speech recognition, so no textView in it).
I subclassed JSQMessagesToolbarContentView and JSQMessagesInputToolbar. In JSQMessagesInputToolbar I implemented loadToolbarContentView and returns my initialized toolbar. But JSQMessagesViewController try to create JSQMessagesKeyboardController for it, and crashes on textView != nil assertion. How I can disable creating of keyboard controller?
The text was updated successfully, but these errors were encountered:
@ypopovych can you please provide some more detail about how you replaced the stock input toolbar with your custom subclass? I can't figure out how to connect subclasses of those with JSQMessagesViewController, as the inputToolbar property, and its contentView are both read only. I've tried fiddling around with overriding the property and only achieved KVO-related crashes for my pains.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need another type of toolbar (for speech recognition, so no textView in it).
I subclassed
JSQMessagesToolbarContentView
andJSQMessagesInputToolbar
. InJSQMessagesInputToolbar
I implementedloadToolbarContentView
and returns my initialized toolbar. ButJSQMessagesViewController
try to createJSQMessagesKeyboardController
for it, and crashes ontextView != nil
assertion. How I can disable creating of keyboard controller?The text was updated successfully, but these errors were encountered: