Open chinaspx opened 8 years ago
// [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(tableViewScrollToBottom) name:UIKeyboardDidShowNotification object:nil];
-(void)keyboardChange:(NSNotification *)notification { 。。。
[self tableViewScrollToBottom];
}
// [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(tableViewScrollToBottom) name:UIKeyboardDidShowNotification object:nil];
-(void)keyboardChange:(NSNotification *)notification { 。。。
}