Results 11 comments of GopiK14

Hi All, Is there any update on multi lines support??

Hi All Its very simple -> In class **ZHCMessagesBubbleCalculator**, `-(CGSize)messageBubbleSizeForMessageData:(id)messageData atIndexPath:(NSIndexPath *)indexPath withTableView:(ZHCMessagesTableView *)tableView{ ..... if (finalWidth < 100) { finalWidth = 100; } finalSize = CGSizeMake(finalWidth, stringSize.height + verticalInsets);...

Ok Thanks!

Refer below: Class - ZHCMessagesViewController Function - cellforrowatindexpath ` id messageMedia = [messagecell media]; UIView *view = [messageMedia mediaView] ?:[messageMedia mediaPlaceholderView];if ([[messagecell media] isKindOfClass:[ZHCVideoMediaItem class]]) { ZHCVideoMediaItem *v = (ZHCVideoMediaItem*)[messagecell...

Ok Thanks! I need to show time inside bubble? I think we need to customize the cell, will do. Thanks again

Ok Thanks! Will do

Thanks! I renamed the received file to .m4a once downloaded but it not playing. If possible, can you share a audio conversion code would be really helpful.

Any solution for this?

Yes, I write the data to local file with .m4a format but not player. Is it support mp3 format right or we need to consider other formats?

Thanks, I tested in real device only and just changed the color of Audio icon/plus icon. I will take a look on 'zhc_didReceiveKeyboardWillChangeFrameNotification' and update. It would be good if...