slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

The Input View doesn't show up when using inside of a navigation stack #165

Closed umekun123 closed 9 years ago

umekun123 commented 9 years ago

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?

dzenbot commented 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?

tempestn commented 9 years ago

We are seeing the same issue as well, with latest version from master

zhifeng-huang commented 9 years ago

It happens when the view of SLKTextViewController is a subview of a view from another view controller.

andrew-frank commented 9 years ago

I had a similar problem, but the issue was IQKeyboardManager I had installed, make sure you don't have any library conflicting

dzenbot commented 9 years ago

Please re-open if you're still seeing this in the current versions.