I\'ve been creating UITextViews programatically, using auto layout, in iOS 7. Something like this:
UITextView
_textView = [UITextView new]; _textView.trans
I think automaticallyAdjustsScrollViewInsets works a bit differently in iOS 8. In 7, it only applied if the controller's view property was a scrollView. In 8, it seems to apply to scroll views that are subviews of the controllers' view.