UUChatTableView icon indicating copy to clipboard operation
UUChatTableView copied to clipboard

提前tableview滚动时机

Open chinaspx opened this issue 8 years ago • 0 comments

// [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(tableViewScrollToBottom) name:UIKeyboardDidShowNotification object:nil];

-(void)keyboardChange:(NSNotification *)notification { 。。。

[self tableViewScrollToBottom];

}

chinaspx avatar Feb 14 '16 10:02 chinaspx