2

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.enter image description here

enter image description here

toolbar not showing when app is running.

Junaid
  • 117
  • 2
  • 11
  • 1
    Junaid, please edit your post with storyboard screen shot and code you have done, so anyone can look into same and help you. – Hasya Nov 23 '16 at 09:03
  • Thanks for your suggestion i have edit my post. – Junaid Nov 23 '16 at 09:31
  • https://github.com/jessesquires/JSQMessagesViewController/issues/94 – Hasya Nov 23 '16 at 09:55
  • Why you are putting JSQMessagesViewController in container view ? is it for navigation bar and tabbar controller management ? – Hasya Nov 23 '16 at 10:12
  • because i want to add custom view on top of JSQMessagesViewController.It is navigation bar management – Junaid Nov 23 '16 at 10:41
  • Thanks for your response i had solved by inherit containerviewcontroller with JSQMessagesViewController – Junaid Nov 23 '16 at 12:04
  • Good Job. have a happy coding. Post your solution as answer, so that will help to others. – Hasya Nov 23 '16 at 12:06

1 Answers1

1

Solved I had solved by inherit ContainerViewController with JSQMessagesViewController enter image description here

Junaid
  • 117
  • 2
  • 11