Search code examples
uitoolbarjsqmessagesviewcontroller

Is it possible to eliminate the the ability to add media to a JSQMessagesViewController


I am integrating this into my app and do not want me users to be able to add media to their message threads. The input messages toolbar documentation does not have any reference to media or attachments. Is it possible to remove this feature from the UI?


Solution

  • This will remove that nasty bugger I put it in the viewDidLoad

    self.inputToolbar?.contentView?.leftBarButtonItem = nil