Search code examples
iosswiftjsqmessagesviewcontroller

Change color of send message bar (JSQMessagesViewController)


I am adding chat functionality to my app using JSQMessagesViewController. I am going with a dark theme and made the chat dark except for the send message bar. I have not been able to figure out how to change its color (See screenshot below). Can someone tell me how to change the color of the send message bar?

Thanks!

ChatExample


Solution

  • Here is how I changed it. Thanks Sargeras for the help.

    self.inputToolbar.contentView.backgroundColor = UIColor.blackColor()