Quote:
Originally Posted by aahmed753
Hi everyone. I need to display bunch of text as paragraphs. I dont know the size of the text. I was thinking about the UILabel... how can i make UILabel to autoresize height to the content of the text? or is there other way to do it? thanks for your help.
|
UILabel with line count of 0 and appropriate word wrapping would be another way. You just need to make sure the bounding box is large enough to hold the text you have.