去掉聊天页面输入框和扩展板中间的白线

1. 在会话页面添加下面代码:

@interface RCPluginBoardView ()
@property (nonatomic, strong) UIView *lineView;
@end

2. 在会话页面的 viewDidLoad 中添加下面代码:

self.chatSessionInputBarControl.pluginBoardView.lineView.backgroundColor = [UIColor clearColor];

5.0.0 版本进行IMKit 重构, 已经不存在该问题