I\'m trying to add a left margin to a UITextView.
I\'ve tried setting the property contentInset, see below:
UITextView *textView = [[UITextView alloc] in
It is much easier if you do it via IB. Find the panel named Scroll View Size & set the Content Insets.
In code, you can try setting scrollEnabled to NO.
scrollEnabled