Ignacio Romero Zurbuchen
Ignacio Romero Zurbuchen
Exactly!
Although there are still known iOS 11 / iPhone X issues, I've pushed [**1.9.6 release**](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.6), which is also available on Cocoapods. At least, we've fixed the most critical issues. Thanks...
This is an interesting idea, although abstracting `SLKTextInputbar` might be hard since its pretty tied to `SLKTextViewController` and `SLKTextView`. We already do an abstraction for `SLKTextView` and the typing indicator,...
Not currently @BBurzec, sorry.
Did you really test on the sample project? I cannot reproduce with your environment specs. Anyway, the best practice is to do `self.title = @"title"` since `navigationItem` may be nil...
@BasThomas is this an issue on iOS 11 only then? Were you able to test and reproduce on the sample project?
This must related to a miscalculation in `slk_appropriateBottomMargin`. Unfortunately this issue isn't reproducible on the sample project, under the "Messenger-Storyboard" target.
This snippet looks like you're adding the long press to the `tableView`, and not the cells: ``` [self.tableView addGestureRecognizer:longPressGestureRecognizer]; ```
What version of the library are you using? Also, are you using the `inverted` mode? PS: Nice looking chat app btw!
It would be helpful if you could repro this on the sample project.