Messagekit: Using MessagesViewController as childViewController

Created on 26 Jul 2018  路  2Comments  路  Source: MessageKit/MessageKit

  • What version of MessageKit are you using?
    1.0

  • What version of iOS are you running on?
    11

  • What version of Swift are you running on?
    4

Hi, I'm trying to use the MessagesViewController in a container as a ChildViewController, but the MessagesInputBar always got hidden or something like this. I saw other issues talking about something which looks like my problem, but in the other issues the problem is with the size of the messageInputBar, in my case it never appears.
tks.

question

All 2 comments

You need to make the child view controller the first responder so the InputAccessoryView (MessageInputBar) will appear

Sent with GitHawk

thanks @nathantannar4! 馃憡

Was this page helpful?
0 / 5 - 0 ratings