I'm having a UITextView and set content inset as
[atextView setContentInset:UIEdgeInsetsMake(0, 10, 0, 0)];
This code working in iOS 6.1 and below, but nothing happens in iOS 7.0.
question from:https://stackoverflow.com/questions/19065693/how-to-set-content-inset-for-uitextview-in-ios