SlackTextViewController
SlackTextViewController copied to clipboard
UITableViewCell incorrect position when scroll table embeded in a container view
- [x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
- [x] I've read and agree to the Code of Conduct.
- [x] I've searched for any related issues and avoided creating a duplicate issue.
Description
When I roll the page the tableviewcell is over the view in blue. I set the SlackTextViewController in the ContainerView
Reproducible in:
- [x] This is reproducible in the sample project. SlackTextViewController version: 1.9.6 iOS version(s): 11.3 Device(s): iPhone SE Simulator
Steps to reproduce:
- Set your SlackTextViewController inside of containerView
- Set your main view with another color to can see tableviewcell over the main view
Expected result:
Cell scrolling inside containerview
Attachments:
e.g. Logs, screenshots, screencast, sample project, funny gif, etc.

Does the keyboard work inside the container view? Are you using an embed segue?