SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features

Results 79 SlackTextViewController issues
Sort by recently updated
recently updated
newest added

Hi ! I want to enable this option : self.tableView.keyboardDismissMode = .interactive So the keyboard scroll down with the tableview, but the input text bar dont follow my keyboard.. How...

* [x] I've read and understood the [Contributing guidelines](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CODE_OF_CONDUCT.md). *...

when Keyboard appears, everything of Screen goes up including navigation bar. this works fine for first time when I pushed my ChatViewController, But When I pushed Another controller on ChatViewController...

I'm using the SlackTextViewController. Before It works fine but now I got a problem. When I tapped inputView of SlackTextViewController then Keyboard will be displayed. But InputView is not following...

I'm trying to achive keyboard behaviour when it is going down when dragging down just like iMessage does. I checked example projects but I can't make it work - even...

Embedding `SLKTextViewController` in a container view will most likely cause an incorrect bottom margin calculation. Especially when storyboarding as https://github.com/slackhq/SlackTextViewController/issues/668 * [X] I've read and understood the [Contributing guidelines](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CONTRIBUTING.md) and...

* [x] I've read and understood the [Contributing guidelines](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CODE_OF_CONDUCT.md). *...

* [x] I've read and understood the [Contributing guidelines](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CODE_OF_CONDUCT.md). *...

In some case we need hidden left button. But now SlackTextViewController don't provide this function. This function is used for this case. To use this function: ``` textInputbar.setLeftButtonHidden(true) ```

#### Description In iOS 11 (beta 5) in inverted mode the action buttons are displayed upside down. #### Reproducible in: SlackTextViewController version: 1.9.5 iOS version(s): iOS 11 beta 5 /...

iOS 11
polishing