Is there a way to override inputAccessoryView property of SQTextEditorView?
I did manage to accomplish this by subclassing WKWebView and overriding/exposing inputAccessoryView in it, and replacing webView property of the SQTextEditorView with subclass instance.
But still i don't like this approach much since i had to make changes to the pod code? Any better solution?
Thanks.