Ignacio Romero Zurbuchen
Ignacio Romero Zurbuchen
Thanks @cbedoy! Will have a look very soon.
What version of the library are you using @gulzatique? Those bugs seem old.
You mean more buttons to the left and right? If that is the case, this is not supported but you should be able to customize a forked version to fit...
Could you attach that sample project? It is hard to know what's wrong without seeing any implementation.
We've been experiencing a similar issue with our custom view. My guess is that the intrinsic size of the custom view is causing the touch events to not get passed...
Very interesting observation! I was able to reproduce this, by adding that code snippet either in `viewDidLoad` and `viewDidAppear`. @hipwelljo did you end up finding the issue? I would have...
This must be a bug in the library. We turn the auto correction on/off because of auto-completion feature. Look for `slk_enableTypingSuggestionIfNeeded`. The code doesn't assume auto correction was completely disabled,...
That is a bug. It has been like that for quite some time probably. This is because, internally, in `SLKTextViewController` [this method is called regularly](https://github.com/slackhq/SlackTextViewController/blob/614b44f48db91a33d9c651d40995cc072f121738/Source/SLKTextViewController.m#L1160-L1176) when the text changes in...
Agree. Will look at it. Thanks.
I'm sorry, I'm not really following the question. Please provide more concrete examples and references.