Hi,
I tried to create a chat. Each chat have - of course - a label.
My problem is I can resize the label dynamically with the option " resize height " but I want to adapt the width too, in a certain limit.
For example, I want to have a width max of 200 pixels, and if my text of longer than that (the font size is constant), the UILabel add a new line (so at this moment I get a bigger height).
If fact it's what all the chat (Facebook, whatsapp etc... ) did.
I'm sure I can do that, but I really ... Really! ... Don't understand how.
Thank you very much for your help.
Best regards,
AB