jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS
https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/
Other
11.14k stars 2.82k forks source link

How to add image of message read or not like whats app? #2200

Closed shraddha-patel-1891 closed 6 years ago

shraddha-patel-1891 commented 6 years ago

Hello, we are making chat application and now required to add message read and unread image like whats app. we tried may solution but not working any one. so anyone has an idea for add image for message status then please help me. Thank you.

HardikKardani commented 6 years ago

You need to add custom image in JSQMessagesCollectionViewCellOutgoing view. after that once you get status of the message you need to refresh image in JSQMessageViewController.

shraddha-patel-1891 commented 6 years ago

@hardik I added but now bottom label time and read unread message image add in a chat bubble.so any idea about this?

HardikKardani commented 6 years ago

@shraddha-patel-1891

Yes you need to make change in bubble size calculation method and need to do some changes in .xib file.

review my attached image. img_1216

shraddha-patel-1891 commented 6 years ago

@HardikKardani i tried a change in .xib file but app crash so please help me for that.for bubble size calculation changes apply in which file?