How to remove attachments button from messageInputView

Is there a way of disabling the “plus” button from messageInputView?

Hi,

you can remove the button like below:

chatViewController.messageInputView.addButton?.removeFromSuperview()
1 Like

Hi!

@J_sung_0o0 It does help, but there is a view with empty space on the left that still stays there. Can we also hide it as well?