ZhipingYang / UUChatTableView

Cocoa UI component for group or private chat bubbles with text, images and audio support
MIT License
1.91k stars 431 forks source link

提前tableview滚动时机 #46

Open chinaspx opened 8 years ago

chinaspx commented 8 years ago

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

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

[self tableViewScrollToBottom];

}