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

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

If you call `[self.textView slk_insertTextAtCaretRange:myText];` while the caret position is at the end, there is already sufficient number of lines in the `textView` to exceed the max limit, it is...

enhancement

Hi there, i added `SLKTextViewController` to my `BaseTableViewController` and set it up like in the docs. As soon as i add the ``` required init(coder decoder: NSCoder) { super.init(tableViewStyle: .plain)...

First of all I want to thank the Slack team for open sourcing and maintaining this project. I encountered a strange bug when updating from 1.9.1 causing the navigation title...

bug

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

bug
iOS 10

Hi! I'am using SLKTextInputbar with some other way -> after press left button on input bar i add as subview covered view with additional options buttons. One of there buttons...

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

#### Description If you add a view to `self.view` and position it underneath the navigation bar, it should appear blurred underneath, as the nav bar is translucent. For some reason...