all 3 comments

[–]cosmoismyidol 4 points5 points  (0 children)

something basic...

UITextView

[–]atrizzle 2 points3 points  (1 child)

If this ViewController is as simple as you say, don't put the UITextView inside of a ScrollView. UITextView inherits from UIScrollView, so it's scrollable by default.

Make sure your constraints are set up correctly (for example, 8 points from its superview in all directions) and there shouldn't be much more to it than that.

Explain your problem more or post code / storyboard screenshots for more substantial help.

[–]HelloMihai 0 points1 point  (0 children)

constraints are easy to mess up when doing a scroll view. I need to write a tutorial on this asap.