UITableView with custom and scalable UITableViewCell

4

I'm creating a chat for IOs in Objective C, and I use custom UItableViewCell. My difficulty is to resize the Cell as the text in the chat, like the image:

Andthissecondscreen,ishowitis,withoneconversation,overlappingtheother,withouthavingalimitofwhenitpassedfromcelltocell.

I've already tried using Auto Layout, and it did not work either. can you help me?

    
asked by anonymous 11.01.2016 / 16:26

1 answer

1

I looked into tutorials on the same subject, I think the raywenderlich site fits in well with what you want. Tutorial

As a matter of curiosity I do not know if this could help, but I looked for third-party libraries that would have even more things than I think you need. Go to some links:

SPHChatCollectionView

SlackTextViewController

whatsapp-ios

SOMessaging

I hope I have helped.

    
11.01.2016 / 19:39