I wanted to know when a text is wrapped by the frame of the text view is there any delimiter with which we can identify whether the text is wrapped or not.
For insta
Use this (where _text_v is your text view):
-(NSInteger) linesCount { return _text_v.contentSize.height/_text_v.font.lineHeight; }