1
This commit is contained in:
@@ -288,6 +288,10 @@
|
||||
[self.chatView addMessage:message autoScroll:YES];
|
||||
}
|
||||
|
||||
- (void)updateChatViewBottomInset:(CGFloat)bottomInset {
|
||||
[self.chatView updateContentBottomInset:bottomInset];
|
||||
}
|
||||
|
||||
#pragma mark - KBChatTableViewDelegate
|
||||
|
||||
- (void)chatTableViewDidScroll:(KBChatTableView *)chatView
|
||||
|
||||
Reference in New Issue
Block a user