SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

UITableViewCell incorrect position when scroll table embeded in a container view

Open luizilha opened this issue 7 years ago • 1 comments

  • [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:

  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

luizilha avatar Jul 09 '18 18:07 luizilha

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

tachang avatar Jul 20 '18 23:07 tachang