You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
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:
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:
The text was updated successfully, but these errors were encountered:
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:
SlackTextViewController version: 1.9.6
iOS version(s): 11.0+
Device(s): All of them
Steps to reproduce:
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:
The text was updated successfully, but these errors were encountered: