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

UITableViewCell incorrect position when scroll table embeded in a container view #674

Open luizilha opened 6 years ago

luizilha commented 6 years ago

Description

When I roll the page the tableviewcell is over the view in blue. I set the SlackTextViewController in the ContainerView

Reproducible in:

Steps to reproduce:

  1. Set your SlackTextViewController inside of containerView
  2. 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.

screen shot 2018-07-09 at 15 35 35

bug scroll

tachang commented 6 years ago

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