我正在使用tableview显示消息,我使用了下面的代码UIView*chatView=[selfbubbleView:[NSStringstringWithFormat:@"%@",message]from:YES];[self.chatArrayaddObject:[NSDictionarydictionaryWithObjectsAndKeys:message,@"text",@"self",@"speaker",chatView,@"view",nil]];[self.chatTableViewreloadData];[self.chatTableViewscrollToRow