I have some text in a UITextView object. The issue I’m having is that the text scrolls outside of the UITextField box. How would I go about fixing this?
thanks for any help
textBG.contentInset = UIEdgeInsetsZero;
where ‘textBG’ is the name of my UITextView
USE this in textViewShouldBeginEditing method it will help you