4
I’m creating a chat for Ios in Objective C, and I use custom Uitableviewcell. My difficulty is in resizing Cell as the text in the chat, as the image:
And this second screen, it’s like this, with one conversation, superimposing the other, without having a limit of when it went from one Ell to the other.
I’ve tried using from Auto Layout, and it didn’t work either. Could you help me?
I don’t understand the problem. has how to send a print as it should be?
– PauloHDSousa
@Paulohdsdare the image above is as it should be, that would be the background and Cell being resizable through the amount of text, but I can’t resize Cell, and so the text does not appear integer.
– Jonathan Sales
@Paulohdsousa inserted a print like this at the time.
– Jonathan Sales
In all versions of IOS this happens?
– PauloHDSousa
This guy here had a problem just like yours. http://stackoverflow.com/questions/18527227/uitableviewcell-with-dynamic-height-ios
– PauloHDSousa
@Paulohdsousa I’m using in version 9.0, but I believe so, because I didn’t touch anything that resizes Cell, because I don’t know, it’s just separating by the size of the fixed Cell at the time I created the separate view
– Jonathan Sales
@Paulohdsousa I’ll take a look at his problem.
– Jonathan Sales