Closed umekun123 closed 9 years ago
I believe that has been fixed recently in https://github.com/slackhq/SlackTextViewController/commit/460ce7d0e6eb5c64cbcc1048cc3756a33600f88a What version of the library are you using?
We are seeing the same issue as well, with latest version from master
It happens when the view of SLKTextViewController is a subview of a view from another view controller.
I had a similar problem, but the issue was IQKeyboardManager I had installed, make sure you don't have any library conflicting
Please re-open if you're still seeing this in the current versions.
Hi, thanks for this great library.
When I use the SlackTextVIewController in the ViewController pushed inside of Navigation Controller, the Input View doesn't show up for some reason unless I call "[self loadView]" in the ViewDidload or show the ViewController again by changing the Tab of TabViewControllers.
For example,
A ViewController with navigation controller => push => B ViewController with navigation controller.
In the B ViewController, I set the SlackTextViewController, but the InputView doesn't show up unless I call [self loadView] in the ViewDidload.
Is there any way to fix this issue?