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

Incorrect TextInputBar Layout #680

@TannerJuby1

Description

@TannerJuby1
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions