Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Incorrect TextInputBar Layout #680

Closed
4 tasks done
TannerJuby1 opened this issue Aug 13, 2018 · 1 comment
Closed
4 tasks done

Incorrect TextInputBar Layout #680

TannerJuby1 opened this issue Aug 13, 2018 · 1 comment

Comments

@TannerJuby1
Copy link

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Description

I have a View Controller, that inherits from SlackTextViewController, that is a ViewController of a UITabViewController and SlackTextViewController's TextInputBar is not positioned correctly. The distance between the TextInputBar and the TabBar should be 0pts, but instead the spacing is equal to the height of the TabBar.

Reproducible in:

  • This is reproducible in the sample project.
    SlackTextViewController version: 1.9.6
    iOS version(s): 11.0+
    Device(s): All of them

Steps to reproduce:

  1. Inherit SlackTextViewController into a ViewController that is a ViewController of a TabViewController

Expected result:

I expect the spacing between TextInputBar and the TabBar to be equal to 0pts.

Actual result:

The spacing between the TextInputBar and TabBar is equal to the height of the TabBar

Attachments:

screen shot 2018-08-13 at 3 28 25 pm

@dzenbot
Copy link

dzenbot commented Aug 17, 2018

Closing as duplicate of #668

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants