tags:

views:

109

answers:

1

Hi, all, as topic, I want know the lines count of the UITextView, because I do not want user use scorll bar to scrolling the content , so I want split the content to multi-sub content to show in the UITextView in order .

thanks for helping .

Regards

A: 

See this post: Limiting text in UITextView. Check one of the answers.

Jordan
thanks for tip..... but the problem is that if the content is exist, it just set to the TextViw.text , so how to split it ......
Robin