I am using this code
CGRect frame = self.mytext.frame; frame.size.height = self.mytext.contentSize.height; self.mytext.frame = frame;
But i
Finally i did it.
If anyone is having the same problem just had this code before
[_moreDetailsTextView sizeToFit];