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

using cocoapod version 1.9.5 I try to hide keyboard autocompletion with these code ``` textView.autocorrectionType = .No textView.autocapitalizationType = .None ``` or ``` override func textViewDidBeginEditing(textView: UITextView) { textView.autocorrectionType =...

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

bug

I am wondering if it is possible to add a HMSegmentedControl inside the SLKTextInputbar above or below the super.textView? if so how? Also is it possible to use SLKTextInputbar with...

UITableview shrink if add last row because when inputBar's height changes if text input exceed 1 rows which also changes tableview's height constraint,which cause tableview's shrink horrible user experience.I recommend...

Hi, I hesitated creating an issue for this, but couldn't find any resource online. In swift, I can only have a leftButton with an UIImage, but I can't have one...

help wanted
new feature

Hi, I'm sorry if this is not the correct place to ask for specific help. I was wondering if there is a way to add a view above the tableview...

How we could change the size of rightButton? I could not find any proper method of your class to do it. `slk_appropriateRightButtonWidth` is a getter method, not setter.

new feature