如何删除jsqmessagesviewcontroller上的附件图标

How to remove attachment icon on jsqmessagesviewcontroller

默认是这样的,没有任何自定义,图标不是我加的

这是我得到的:

我在找什么:

知道了,这是答案:

self.inputToolbar.contentView.leftBarButtonItem = nil;

在你的 viewDidLoad

只需做:

 self.inputToolbar.contentView.leftBarButtonItem = nil;

这很有用...:)