
基础产品
适用各种通信场景,接入灵活

融合场景
专为场景打造,接入成本低

扩展能力
核心能力延展,功能全面

更多服务
一站式服务,满足各种需求
回答:
在聊天页面的 viewDidLoad 监听键盘通知
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(rcInputBar_didReceiveKeyboardWillShowNotification:) name:UIKeyboardWillShowNotification object:nil]; - (void)rcInputBar_didReceiveKeyboardWillShowNotification:(NSNotification *)notification { [self.chatSessionInputBarControl.inputTextView becomeFirstResponder]; }