I\'m working on an application, in which I\'m required to autoresize the text area on basis of text to be displayed.
Firstly, I\'m not sure for this either I should use
try bellow code, it works for multiline
self.labelText.text = string; self.labelText.lineBreakMode = NSLineBreakByWordWrapping; self.labelText.numberOfLines = 0;