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

Autocomplete issue when TextView has NSTextAttachment #660

Closed andrey-lisovskiy closed 6 years ago

andrey-lisovskiy commented 6 years ago

Description

I have added possibility to add NSTextAttachment to TextView. After that autcompletion tableview is not showing.

andrey-lisovskiy commented 6 years ago

I had to overwrite - (NSString *)text method and make replaceCharactersInRange with some symbol, then it works as should.