UITableView 直接显示最后一行 :
[self.chatTableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:[self.chatArray count]-1 inSection:0]
atScrollPosition:UITableViewScrollPositionBottom
animated:YES];