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

I submitted PR #657 to allow autocomplete to submit attributed strings. The goal is to implement mentions in a more seamless manner. Here's a short gif showing improved handling. I...

* [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). *...

* [✓] 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. * [✓] I've read and agree to the [Code of Conduct](https://github.com/slackhq/SlackTextViewController/blob/master/.github/CODE_OF_CONDUCT.md). *...

#### PR Summary > Fixes that left button is not displayed when using only the button label but no image. > When using only a label for the left button...

Currently, `SLKTextInputbar` offers a lot of functionality for a fairly specific design and layout. The design that I'm currently building against doesn't lend itself well to `SLKTextInputbar`'s layout (for example:...

new feature

Now I can only set button's title to a bunch of spaces as placeholder, and set my image. ``` rightButton.setTitle(" ", forState: UIControlState.Normal) rightButton.setImage(UIImage(named: "first"), forState: UIControlState.Normal) ```

new feature

* [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). *...

Hi, `slk_scrollToBottomAnimated` doesn't work properly. Actually I don't use invert mode, but I want to display the last row in the tableview. However it does not scroll exactly to the...

presentKeyboard is not firing when keyboard is presenting. So inputBar keeps hidden in back of the keyboard.

When I push the View Controller containing the InputBar, the Tab Bar on the previous VC for some reason gets pushed up. Also, the background of the InputBar has a...