This repository was archived by the owner on Oct 30, 2018. It is now read-only.
  
  
  
  
  
Description
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:
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:
