Messagekit: The inputBar faded into containerView.

Created on 16 Mar 2018  路  2Comments  路  Source: MessageKit/MessageKit

General Information

  • MessageKit Version:
    0.13.1
  • iOS Version(s):
    iOS 11
  • Swift Version:
    4.0
  • Devices/Simulators:
    Simulators iPhone 7
  • Reproducible in ChatExample? (Yes/No):
    Yes

What happened?

I just push a viewcontroller, the viewcontroller has a containerView, and containerView has a MessageViewController.

The inputBar faded into containerView.

What did you expect to happen?

image

question

Most helpful comment

Thanks锛孖 test add self.becomeFirstResponder() in the viewdidApper function, work out my question.

All 2 comments

@xiaowinner You probably need to call messageInputBar.becomeFirstResponder()

Thanks锛孖 test add self.becomeFirstResponder() in the viewdidApper function, work out my question.

Was this page helpful?
0 / 5 - 0 ratings