
IM即时通讯
安全可靠、全球互通

实时音视频
流畅稳定、省钱省力
回答:
1. 在会话页面添加下面代码:
@interface RCPluginBoardView () @property (nonatomic, strong) UIView *lineView; @end
2. 在会话页面的 viewDidLoad 中添加下面代码:
self.chatSessionInputBarControl.pluginBoardView.lineView.backgroundColor = [UIColor clearColor];
5.0.0 版本进行IMKit 重构, 已经不存在该问题