Reputation: 107
I am trying to customize JSQMessagesViewController using container view controller.
I have added header in my parent view controller and in container view i have used JSQMessagesViewController. But the problem is that JSQMessages input toolbar is not showing up using container view.
toolbar not showing when app is running.
Upvotes: 2
Views: 630
Reputation: 107
Solved
I had solved by inherit ContainerViewController with JSQMessagesViewController
Upvotes: 1