UUChatTableView icon indicating copy to clipboard operation
UUChatTableView copied to clipboard

Cocoa UI component for group or private chat bubbles with text, images and audio support

Results 20 UUChatTableView issues
Sort by recently updated
recently updated
newest added

我复制到我的工程里用了以后,自己发送 时间比实际时间早了八个小时,这是什么原因呢?比如现在是下午四点,在我的工程里发出去以后,为早上八点

Hello all, I like this project and it teached me alot, thanks:) One problem is that when there is a `UITabBarController` the `UITextField` does not show. Autolayout is broken. Even...

when you add the chatItem to the list , the tableViewReload the headerView ,the flash will show it'state .

// [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(tableViewScrollToBottom) name:UIKeyboardDidShowNotification object:nil]; -(void)keyboardChange:(NSNotification *)notification { 。。。 ``` [self tableViewScrollToBottom]; ``` }

我的qq897759425 不方便加我的话 可以回我告诉我你的qq 感谢

自己发送的声音没有问题 接收的声音气泡时间也是在左边 声音图标在右边 还有 声音的时间已经传过去了 能不能到时间后就停掉动画。 ![c903c04b-c282-4358-b80a-ae629894f1e3](https://cloud.githubusercontent.com/assets/15045317/12188197/ee31b27a-b5ed-11e5-81ec-9dba98149d19.png)

能不能自定义表情键盘和气泡文字的图文混排

他人发送语音 如何在气泡按钮中修改

在聊天页面发送图片,如果图片过多时,在输入文字键盘弹出时点击语音按钮出现卡死现象。