I need to help for showing limited text in UITextView
Currently i get text from server which is more than 1000 characters.But i need to display only 250 characters and ... at the end in UItextView.Also I have disable edit more in UITextView. So what's the best way to implement this
Thanks in advance